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

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

Uses of XsTAttributeGroup in net.sf.jaxme.xs
 

Methods in net.sf.jaxme.xs with parameters of type XsTAttributeGroup
 XSAttributeGroup XSObjectFactory.newXSAttributeGroup(XSObject pParent, XsTAttributeGroup pGroup)
          Returns a new instance of XSAttributeGroup.
 

Uses of XsTAttributeGroup in net.sf.jaxme.xs.impl
 

Methods in net.sf.jaxme.xs.impl that return XsTAttributeGroup
protected  XsTAttributeGroup XSAttributeGroupImpl.getXsTAttributeGroup()
           
 

Methods in net.sf.jaxme.xs.impl with parameters of type XsTAttributeGroup
 XSAttributeGroup XSObjectFactoryImpl.newXSAttributeGroup(XSObject pParent, XsTAttributeGroup pGroup)
           
 

Constructors in net.sf.jaxme.xs.impl with parameters of type XsTAttributeGroup
XSAttributeGroupImpl(XSObject pParent, XsTAttributeGroup pBaseGroup)
           
 

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

Methods in net.sf.jaxme.xs.xml that return XsTAttributeGroup
 XsTAttributeGroup XsObjectFactory.newXsTAttributeGroup(XsObject pParent)
           
 XsTAttributeGroup XsESchema.createAttributeGroup()
           
 XsTAttributeGroup XsERedefine.createAttributeGroup()
           
 

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

Classes in net.sf.jaxme.xs.xml.impl that implement XsTAttributeGroup
 class XsTAttributeGroupImpl
          Implementation of an xs:attributeGroup, with the following specification: <xs:complexType name="attributeGroup" abstract="true"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:group ref="xs:attrDecls"/> <xs:attributeGroup ref="xs:defRef"/> </xs:extension> </xs:complexContent> </xs:complexType>
 

Methods in net.sf.jaxme.xs.xml.impl that return XsTAttributeGroup
 XsTAttributeGroup XsObjectFactoryImpl.newXsTAttributeGroup(XsObject pParent)
           
 XsTAttributeGroup XsESchemaImpl.createAttributeGroup()
           
 XsTAttributeGroup XsERedefineImpl.createAttributeGroup()