Uses of Interface
net.sf.jaxme.xs.XSGroup

Packages that use XSGroup
net.sf.jaxme.xs   
net.sf.jaxme.xs.impl   
net.sf.jaxme.xs.jaxb   
net.sf.jaxme.xs.jaxb.impl   
net.sf.jaxme.xs.junit   
 

Uses of XSGroup in net.sf.jaxme.xs
 

Methods in net.sf.jaxme.xs that return XSGroup
 XSGroup[] XSSchema.getGroups()
          Returns the array of global groups.
 XSGroup XSSchema.getGroup(XsQName pName)
          Returns the group with the given name.
 XSGroup XSParticle.getGroup()
          If the particle type is group: Returns the group.
 XSGroup XSObjectFactory.newXSGroup(XSObject pParent, XsTNamedGroup pGroup)
          Returns a new instance of XSGroup.
 XSGroup XSObjectFactory.newXSGroup(XSObject pParent, XsTAll pAll)
          Returns a new instance of XSGroup.
 XSGroup XSObjectFactory.newXSGroup(XSObject pParent, XsTGroupRef pGroup)
          Returns a new instance of XSGroup.
 XSGroup XSObjectFactory.newXSGroup(XSObject pParent, XsEChoice pChoice)
          Returns a new instance of XSGroup.
 XSGroup XSObjectFactory.newXSGroup(XSObject pParent, XsESequence pSequence)
          Returns a new instance of XSGroup.
 

Methods in net.sf.jaxme.xs with parameters of type XSGroup
 void XSSchema.add(XSGroup pGroup)
          Adds a new group to the schema.
 void XSSchema.redefine(XSGroup pGroup)
          Redefines an existing group in the schema.
 

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

Classes in net.sf.jaxme.xs.impl that implement XSGroup
 class XSGroupImpl
           
 

Methods in net.sf.jaxme.xs.impl that return XSGroup
protected  XSGroup XSTypeImpl.XSComplexContentImpl.getGroupByParticle(XsTTypeDefParticle pParticle)
           
 XSGroup[] XSSchemaImpl.getGroups()
           
 XSGroup XSSchemaImpl.getGroup(XsQName pName)
           
 XSGroup XSParticleImpl.getGroup()
           
 XSGroup XSObjectFactoryImpl.newXSGroup(XSObject pParent, XsTAll pAll)
           
 XSGroup XSObjectFactoryImpl.newXSGroup(XSObject pParent, XsEChoice pChoice)
           
 XSGroup XSObjectFactoryImpl.newXSGroup(XSObject pParent, XsESequence pSequence)
           
 XSGroup XSObjectFactoryImpl.newXSGroup(XSObject pParent, XsTGroupRef pGroupRef)
           
 XSGroup XSObjectFactoryImpl.newXSGroup(XSObject pParent, XsTNamedGroup pNamedGroup)
           
 

Methods in net.sf.jaxme.xs.impl with parameters of type XSGroup
protected  XsComplexContentType XSTypeImpl.XSComplexContentImpl.getContentTypeByParticle(XsTTypeDefParticle pParticle, XSGroup pGroup)
           
 void XSSchemaImpl.add(XSGroup pGroup)
           
 void XSSchemaImpl.redefine(XSGroup pGroup)
           
 

Constructors in net.sf.jaxme.xs.impl with parameters of type XSGroup
XSTypeImpl.XSGroupComplexTypeImpl(XSType pOwner, XsTComplexType pType, XSGroup pGroup)
           
XSParticleImpl(XSGroup pGroup)
           
 

Uses of XSGroup in net.sf.jaxme.xs.jaxb
 

Subinterfaces of XSGroup in net.sf.jaxme.xs.jaxb
 interface JAXBGroup
           
 

Uses of XSGroup in net.sf.jaxme.xs.jaxb.impl
 

Classes in net.sf.jaxme.xs.jaxb.impl that implement XSGroup
 class JAXBGroupImpl
           
 

Methods in net.sf.jaxme.xs.jaxb.impl that return XSGroup
 XSGroup JAXBObjectFactoryImpl.newXSGroup(XSObject pParent, XsTAll pAll)
           
 XSGroup JAXBObjectFactoryImpl.newXSGroup(XSObject pParent, XsEChoice pChoice)
           
 XSGroup JAXBObjectFactoryImpl.newXSGroup(XSObject pParent, XsESequence pSequence)
           
 XSGroup JAXBObjectFactoryImpl.newXSGroup(XSObject pParent, XsTGroupRef pGroupRef)
           
 XSGroup JAXBObjectFactoryImpl.newXSGroup(XSObject pParent, XsTNamedGroup pNamedGroup)
           
 

Uses of XSGroup in net.sf.jaxme.xs.junit
 

Methods in net.sf.jaxme.xs.junit that return XSGroup
protected  XSGroup ParserTestBase.assertGroup(XSParticle pParticle)
           
 

Methods in net.sf.jaxme.xs.junit with parameters of type XSGroup
protected  void ParserTestBase.assertSequence(XSGroup pGroup)