Uses of Class
jaxe.SchemaRelaxNG.TypeObjetSchema

Packages that use SchemaRelaxNG.TypeObjetSchema
jaxe   
 

Uses of SchemaRelaxNG.TypeObjetSchema in jaxe
 

Methods in jaxe that return SchemaRelaxNG.TypeObjetSchema
static SchemaRelaxNG.TypeObjetSchema SchemaRelaxNG.TypeObjetSchema.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SchemaRelaxNG.TypeObjetSchema[] SchemaRelaxNG.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 SchemaRelaxNG.TypeObjetSchema
private  org.w3c.dom.Element SchemaRelaxNG.chercherPremier(SchemaRelaxNG.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 SchemaRelaxNG.chercherPremier(SchemaRelaxNG.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é.