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

Packages that use XsEList
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 XsEList in net.sf.jaxme.xs
 

Methods in net.sf.jaxme.xs with parameters of type XsEList
 XSSimpleType XSObjectFactory.newXSListType(XSType pParent, XsEList pList)
          Returns a new instance of XSSimpleType.
 

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

Methods in net.sf.jaxme.xs.impl with parameters of type XsEList
 XSSimpleType XSObjectFactoryImpl.newXSListType(XSType pParent, XsEList pList)
           
 

Constructors in net.sf.jaxme.xs.impl with parameters of type XsEList
XSListTypeImpl(XSType pOwner, XsEList pBaseList)
           
 

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

Methods in net.sf.jaxme.xs.jaxb.impl with parameters of type XsEList
 XSSimpleType JAXBObjectFactoryImpl.newXSListType(XSType pResultType, XsEList pList)
           
 

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

Methods in net.sf.jaxme.xs.xml that return XsEList
 XsEList XsTSimpleType.createList()
           
 XsEList XsTSimpleType.getList()
           
 XsEList XsObjectFactory.newXsEList(XsObject pParent)
           
 

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

Classes in net.sf.jaxme.xs.xml.impl that implement XsEList
 class XsEListImpl
          Implementation of xs:list, following the specification below: <xs:element name="list" id="list"> <xs:complexType> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-list"> itemType attribute and simpleType child are mutually exclusive, but one or other is required </xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:sequence> <xs:element name="simpleType" type="xs:localSimpleType" minOccurs="0"/> </xs:sequence> <xs:attribute name="itemType" type="xs:QName" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
 

Methods in net.sf.jaxme.xs.xml.impl that return XsEList
 XsEList XsTSimpleTypeImpl.createList()
           
 XsEList XsTSimpleTypeImpl.getList()
           
 XsEList XsObjectFactoryImpl.newXsEList(XsObject pParent)