|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlSchemaGroupParticle | |
---|---|
org.apache.ws.commons.schema |
Uses of XmlSchemaGroupParticle in org.apache.ws.commons.schema |
---|
Subclasses of XmlSchemaGroupParticle in org.apache.ws.commons.schema | |
---|---|
class |
XmlSchemaAll
Permits the elements in the group to appear (or not appear) in any order in the containing element. |
class |
XmlSchemaChoice
Allows only one of its children to appear in an instance. |
class |
XmlSchemaSequence
Requires the elements in the group to appear in the specified sequence within the containing element. |
Methods in org.apache.ws.commons.schema that return XmlSchemaGroupParticle | |
---|---|
XmlSchemaGroupParticle |
XmlSchemaGroupRef.getParticle()
|
XmlSchemaGroupParticle |
XmlSchemaGroup.getParticle()
|
Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaGroupParticle | |
---|---|
void |
XmlSchemaGroup.setParticle(XmlSchemaGroupParticle particle)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |