Uses of Class
jaxe.SchemaW3C.TypeObjetSchema

Packages that use SchemaW3C.TypeObjetSchema
jaxe   
 

Uses of SchemaW3C.TypeObjetSchema in jaxe
 

Methods in jaxe that return SchemaW3C.TypeObjetSchema
static SchemaW3C.TypeObjetSchema SchemaW3C.TypeObjetSchema.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SchemaW3C.TypeObjetSchema[] SchemaW3C.TypeObjetSchema.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in jaxe with parameters of type SchemaW3C.TypeObjetSchema
private  org.w3c.dom.Element SchemaW3C.chercherPremier(SchemaW3C.TypeObjetSchema type, java.lang.String nom)
          Renvoie le premier objet du schéma avec le type et le nom donnés, ou null si rien de correspondant n'est trouvé.
private  org.w3c.dom.Element SchemaW3C.chercherPremier(SchemaW3C.TypeObjetSchema type, java.lang.String nom, java.lang.String espace)
          Renvoie le premier objet du schéma avec le type, le nom et l'espace de noms donnés, ou null si rien de correspondant n'est trouvé.