| Package | Description |
|---|---|
| org.apache.ws.commons.schema | |
| org.apache.ws.commons.schema.docpath |
Building an XML Document's Conforming Path
|
| org.apache.ws.commons.schema.walker |
Walking XML Schemas
|
| Modifier and Type | Method and Description |
|---|---|
private XmlSchemaAll |
SchemaBuilder.handleAll(XmlSchema schema,
org.w3c.dom.Element allEl,
org.w3c.dom.Element schemaEl) |
| Modifier and Type | Method and Description |
|---|---|
(package private) org.w3c.dom.Element |
XmlSchemaSerializer.serializeAll(org.w3c.dom.Document doc,
XmlSchemaAll allObj,
XmlSchema schema)
Serialize an 'all' item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchemaStateMachineGenerator.onEnterAllGroup(XmlSchemaAll all) |
void |
XmlSchemaStateMachineGenerator.onExitAllGroup(XmlSchemaAll all) |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchemaVisitor.onEnterAllGroup(XmlSchemaAll all)
Called when an all group is entered.
|
void |
XmlSchemaVisitor.onExitAllGroup(XmlSchemaAll all)
Called when an all group is exited.
|