Uses of Interface
net.sf.jaxme.xs.xml.XsTAttributeGroupRef

Packages that use XsTAttributeGroupRef
net.sf.jaxme.xs.xml   
net.sf.jaxme.xs.xml.impl   
 

Uses of XsTAttributeGroupRef in net.sf.jaxme.xs.xml
 

Methods in net.sf.jaxme.xs.xml that return XsTAttributeGroupRef
 XsTAttributeGroupRef XsObjectFactory.newXsTAttributeGroupRef(XsObject pParent)
           
 XsTAttributeGroupRef XsGAttrDecls.createAttributeGroup()
          Creates a new instance of XsTAttributeGroup.
 XsTAttributeGroupRef[] XsGAttrDecls.getAttributeGroups()
          Returns an array of all attribute groups created by XsGAttrDecls.createAttributeGroup();
 

Uses of XsTAttributeGroupRef in net.sf.jaxme.xs.xml.impl
 

Classes in net.sf.jaxme.xs.xml.impl that implement XsTAttributeGroupRef
 class XsTAttributeGroupRefImpl
          Implementation of the xs:attributeGroupRef type, specified as follows: <xs:complexType name="attributeGroupRef"> <xs:complexContent> <xs:restriction base="xs:attributeGroup"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> </xs:sequence> <xs:attribute name="ref" use="required" type="xs:QName"/> <xs:attribute name="name" use="prohibited"/> </xs:restriction> </xs:complexContent> </xs:complexType>
 

Methods in net.sf.jaxme.xs.xml.impl that return XsTAttributeGroupRef
 XsTAttributeGroupRef XsTSimpleRestrictionTypeImpl.createAttributeGroup()
           
 XsTAttributeGroupRef[] XsTSimpleRestrictionTypeImpl.getAttributeGroups()
           
 XsTAttributeGroupRef XsTSimpleExtensionTypeImpl.createAttributeGroup()
           
 XsTAttributeGroupRef[] XsTSimpleExtensionTypeImpl.getAttributeGroups()
           
 XsTAttributeGroupRef XsTRestrictionTypeImpl.createAttributeGroup()
           
 XsTAttributeGroupRef[] XsTRestrictionTypeImpl.getAttributeGroups()
           
 XsTAttributeGroupRef XsTExtensionTypeImpl.createAttributeGroup()
           
 XsTAttributeGroupRef[] XsTExtensionTypeImpl.getAttributeGroups()
           
 XsTAttributeGroupRef XsTComplexTypeImpl.createAttributeGroup()
           
 XsTAttributeGroupRef[] XsTComplexTypeImpl.getAttributeGroups()
           
 XsTAttributeGroupRef XsTAttributeGroupImpl.createAttributeGroup()
           
 XsTAttributeGroupRef[] XsTAttributeGroupImpl.getAttributeGroups()
           
 XsTAttributeGroupRef XsObjectFactoryImpl.newXsTAttributeGroupRef(XsObject pParent)
           
 XsTAttributeGroupRef XsGComplexTypeModelImpl.createAttributeGroup()
           
 XsTAttributeGroupRef[] XsGComplexTypeModelImpl.getAttributeGroups()
           
 XsTAttributeGroupRef XsGAttrDeclsImpl.createAttributeGroup()
           
 XsTAttributeGroupRef[] XsGAttrDeclsImpl.getAttributeGroups()