public interface XsGParticle
Implementation of the xs:particle
group,
with the following specification:
<xs:group name="particle"> <xs:choice> <xs:element name="element" type="xs:localElement"/> <xs:element name="group" type="xs:groupRef"/> <xs:element ref="xs:all"/> <xs:element ref="xs:choice"/> <xs:element ref="xs:sequence"/> <xs:element ref="xs:any"/> </xs:choice> </xs:group>
Modifier and Type | Method and Description |
---|---|
XsTAll |
createAll() |
XsEAny |
createAny() |
XsEChoice |
createChoice() |
XsTLocalElement |
createElement() |
XsTGroupRef |
createGroup() |
XsESequence |
createSequence() |
XsTParticle[] |
getParticles() |
XsTLocalElement createElement()
XsTGroupRef createGroup()
XsTAll createAll()
XsESequence createSequence()
XsEChoice createChoice()
XsEAny createAny()
XsTParticle[] getParticles()