Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.xmlbeans.SchemaAttributeGroup

Uses of SchemaAttributeGroup in org.apache.xmlbeans
 

Methods in org.apache.xmlbeans that return SchemaAttributeGroup
 SchemaAttributeGroup[] SchemaTypeSystem.attributeGroups()
          Returns the attribute groups defined in this loader.
 SchemaAttributeGroup SchemaTypeLoader.findAttributeGroup(javax.xml.namespace.QName name)
          Returns the attribute group defintion with the given name, or null if none.
 SchemaAttributeGroup SchemaAttributeGroup.Ref.get()
           
 

Constructors in org.apache.xmlbeans with parameters of type SchemaAttributeGroup
SchemaAttributeGroup.Ref(SchemaAttributeGroup attributeGroup)