| Package | Description |
|---|---|
| org.apache.ws.commons.schema | |
| org.apache.ws.commons.schema.walker |
Walking XML Schemas
|
| Modifier and Type | Class and Description |
|---|---|
class |
XmlSchemaAll
Permits the elements in the group to appear (or not appear) in any order in the containing element.
|
class |
XmlSchemaAny
Enables any element from the specified namespace or namespaces to appear in the containing complexType
element.
|
class |
XmlSchemaChoice
Allows only one of its children to appear in an instance.
|
class |
XmlSchemaElement
Class for elements, representing xs:element.
|
class |
XmlSchemaGroupParticle
Common type for items that can serve as the particle of a group.
|
class |
XmlSchemaGroupRef
Class used within complex types that defines the reference to groups defined at the schema level.
|
class |
XmlSchemaSequence
Requires the elements in the group to appear in the specified sequence within the containing element.
|
| Modifier and Type | Field and Description |
|---|---|
private XmlSchemaParticle |
XmlSchemaComplexType.particle |
private XmlSchemaParticle |
XmlSchemaComplexContentRestriction.particle |
private XmlSchemaParticle |
XmlSchemaComplexContentExtension.particle |
private XmlSchemaParticle |
XmlSchemaComplexType.particleType |
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaParticle |
XmlSchemaComplexType.getContentTypeParticle() |
XmlSchemaParticle |
XmlSchemaComplexType.getParticle() |
XmlSchemaParticle |
XmlSchemaComplexContentRestriction.getParticle() |
XmlSchemaParticle |
XmlSchemaComplexContentExtension.getParticle() |
(package private) XmlSchemaParticle |
XmlSchemaComplexType.getParticleType() |
| Modifier and Type | Method and Description |
|---|---|
private void |
XmlSchemaSerializer.serializeMaxMinOccurs(XmlSchemaParticle particle,
org.w3c.dom.Element element)
A common method to serialize the max/min occurs
|
void |
XmlSchemaComplexType.setParticle(XmlSchemaParticle particle) |
void |
XmlSchemaComplexContentRestriction.setParticle(XmlSchemaParticle particle) |
void |
XmlSchemaComplexContentExtension.setParticle(XmlSchemaParticle particle) |
(package private) void |
XmlSchemaComplexType.setParticleType(XmlSchemaParticle particleType) |
| Modifier and Type | Field and Description |
|---|---|
private XmlSchemaParticle |
XmlSchemaScope.child |
| Modifier and Type | Method and Description |
|---|---|
(package private) XmlSchemaParticle |
XmlSchemaScope.getParticle()
If the value is represented by a particle, returns that particle.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
XmlSchemaWalker.walk(XmlSchemaParticle particle) |