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

Packages that use XsTNamedGroup
net.sf.jaxme.xs   
net.sf.jaxme.xs.impl   
net.sf.jaxme.xs.jaxb.impl   
net.sf.jaxme.xs.xml   
net.sf.jaxme.xs.xml.impl   
 

Uses of XsTNamedGroup in net.sf.jaxme.xs
 

Methods in net.sf.jaxme.xs with parameters of type XsTNamedGroup
 XSGroup XSObjectFactory.newXSGroup(XSObject pParent, XsTNamedGroup pGroup)
          Returns a new instance of XSGroup.
 

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

Methods in net.sf.jaxme.xs.impl with parameters of type XsTNamedGroup
 XSGroup XSObjectFactoryImpl.newXSGroup(XSObject pParent, XsTNamedGroup pNamedGroup)
           
 

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

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

Methods in net.sf.jaxme.xs.jaxb.impl with parameters of type XsTNamedGroup
 XSGroup JAXBObjectFactoryImpl.newXSGroup(XSObject pParent, XsTNamedGroup pNamedGroup)
           
 

Constructors in net.sf.jaxme.xs.jaxb.impl with parameters of type XsTNamedGroup
JAXBGroupImpl(XSObject pParent, XsTNamedGroup pBaseGroup)
          Creates a new instance of JAXBGroupImpl.
 

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

Methods in net.sf.jaxme.xs.xml that return XsTNamedGroup
 XsTNamedGroup XsObjectFactory.newXsTNamedGroup(XsObject pParent)
           
 XsTNamedGroup XsESchema.createGroup()
           
 

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

Classes in net.sf.jaxme.xs.xml.impl that implement XsTNamedGroup
 class XsTNamedGroupImpl
          Implementation of a named top-level group, with the following specification: <xs:complexType name="namedGroup"> <xs:annotation> <xs:documentation> Should derive this from realGroup, but too complicated for now </xs:documentation> </xs:annotation> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:choice minOccurs="1" maxOccurs="1"> <xs:element name="all"> <xs:complexType> <xs:complexContent> <xs:restriction base="xs:all"> <xs:group ref="xs:allModel"/> <xs:attribute name="minOccurs" use="prohibited"/> <xs:attribute name="maxOccurs" use="prohibited"/> </xs:restriction> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="choice" type="xs:simpleExplicitGroup"/> <xs:element name="sequence" type="xs:simpleExplicitGroup"/> </xs:choice> </xs:sequence> <xs:attribute name="name" use="required" type="xs:NCName"/> <xs:attribute name="ref" use="prohibited"/> <xs:attribute name="minOccurs" use="prohibited"/> <xs:attribute name="maxOccurs" use="prohibited"/> </xs:complexType> </pre></p>
 

Methods in net.sf.jaxme.xs.xml.impl that return XsTNamedGroup
 XsTNamedGroup XsObjectFactoryImpl.newXsTNamedGroup(XsObject pParent)
           
 XsTNamedGroup XsESchemaImpl.createGroup()