|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XsTNestedParticle | |
net.sf.jaxme.xs.impl | |
net.sf.jaxme.xs.xml | |
net.sf.jaxme.xs.xml.impl |
Uses of XsTNestedParticle in net.sf.jaxme.xs.impl |
Methods in net.sf.jaxme.xs.impl with parameters of type XsTNestedParticle | |
protected void |
XSGroupImpl.initParticles(XSModelGroupImpl pModelGroup,
XsTNestedParticle[] pParticles)
|
protected void |
XSGroupImpl.addParticle(XSModelGroupImpl pModelGroup,
XsTNestedParticle pParticle)
|
Uses of XsTNestedParticle in net.sf.jaxme.xs.xml |
Subinterfaces of XsTNestedParticle in net.sf.jaxme.xs.xml | |
interface |
XsEAny
Implementation of the xs:any element, as
specified by the following:
<xs:element name="any" id="any">
<xs:annotation>
<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-any"/>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="xs:wildcard">
<xs:attributeGroup ref="xs:occurs"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|
interface |
XsEChoice
Interface of the xs:choice element, with the following
specification:
<xs:element name="choice" type="xs:explicitGroup" id="choice">
<xs:annotation>
<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-choice"/>
</xs:annotation>
</xs:element>
|
interface |
XsESequence
Interface of the xs:sequence element, with the following
specification:
<xs:element name="sequence" type="xs:explicitGroup" id="sequence">
<xs:annotation>
<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-sequence"/>
</xs:annotation>
</xs:element>
|
interface |
XsTGroupRef
Implementation of the xs:groupRef type,
with the following specification:
|
interface |
XsTLocalElement
Interface of the xs:localElement type, as
specified by:
|
Methods in net.sf.jaxme.xs.xml that return XsTNestedParticle | |
XsTNestedParticle[] |
XsTSimpleExplicitGroup.getParticles()
|
Uses of XsTNestedParticle in net.sf.jaxme.xs.xml.impl |
Classes in net.sf.jaxme.xs.xml.impl that implement XsTNestedParticle | |
class |
XsEAnyImpl
Implementation of the xs:any element, as
specified by the following:
<xs:element name="any" id="any">
<xs:annotation>
<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-any"/>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="xs:wildcard">
<xs:attributeGroup ref="xs:occurs"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|
class |
XsEChoiceImpl
Implementation of the xs:choice element, with the following
specification:
<xs:element name="choice" type="xs:explicitGroup" id="choice">
<xs:annotation>
<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-choice"/>
</xs:annotation>
</xs:element>
|
class |
XsESequenceImpl
Implementation of the xs:sequence element, with the following
specification:
<xs:element name="sequence" type="xs:explicitGroup" id="sequence">
<xs:annotation>
<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-sequence"/>
</xs:annotation>
</xs:element>
|
class |
XsTGroupRefImpl
Implementation of the xs:groupRef type,
with the following specification:
|
class |
XsTLocalAllElementImpl
|
class |
XsTLocalElementImpl
Implementation of the xs:localElement type, as
specified by:
<xs:complexType name="localElement">
<xs:complexContent>
<xs:restriction base="xs:element">
<xs:sequence>
<xs:element ref="xs:annotation" minOccurs="0"/>
<xs:choice minOccurs="0">
<xs:element name="simpleType" type="xs:localSimpleType"/>
<xs:element name="complexType" type="xs:localComplexType"/>
</xs:choice>
<xs:group ref="xs:identityConstraint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="substitutionGroup" use="prohibited"/>
<xs:attribute name="final" use="prohibited"/>
<xs:attribute name="abstract" use="prohibited"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
Implementation note: This class doesn't specify any
additional methods. |
Methods in net.sf.jaxme.xs.xml.impl that return XsTNestedParticle | |
XsTNestedParticle[] |
XsTSimpleExplicitGroupImpl.getParticles()
|
Methods in net.sf.jaxme.xs.xml.impl with parameters of type XsTNestedParticle | |
protected void |
XsTSimpleExplicitGroupImpl.addParticle(XsTNestedParticle pParticle)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |