Uses of Interface
org.jboss.as.controller.xml.XMLAttributeSchema
-
Packages that use XMLAttributeSchema Package Description org.jboss.as.controller.xml -
-
Uses of XMLAttributeSchema in org.jboss.as.controller.xml
Classes in org.jboss.as.controller.xml with type parameters of type XMLAttributeSchema Modifier and Type Interface Description interfaceXMLAttributeSchema<S extends XMLAttributeSchema<S,T>,T>A versioned schema for an XML attribute.Methods in org.jboss.as.controller.xml with type parameters of type XMLAttributeSchema Modifier and Type Method Description static <T,S extends XMLAttributeSchema<S,T>>
org.jboss.staxmapper.XMLMapperXMLAttributeSchema. createXMLMapper(Set<S> schemas)Creates a StAX mapper from a set of schemas.
-