| 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 XmlSchemaChoice |
SchemaBuilder.handleChoice(XmlSchema schema,
org.w3c.dom.Element choiceEl,
org.w3c.dom.Element schemaEl) |
| Modifier and Type | Method and Description |
|---|---|
(package private) org.w3c.dom.Element |
XmlSchemaSerializer.serializeChoice(org.w3c.dom.Document doc,
XmlSchemaChoice choiceObj,
XmlSchema schema)
********************************************************************* Element serializeChoice(Document
doc, XmlSchemaChoice choiceObj, XmlSchema schema) throws XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchemaStateMachineGenerator.onEnterChoiceGroup(XmlSchemaChoice choice) |
void |
XmlSchemaStateMachineGenerator.onExitChoiceGroup(XmlSchemaChoice choice) |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchemaVisitor.onEnterChoiceGroup(XmlSchemaChoice choice)
Called when a choice group is entered.
|
void |
XmlSchemaVisitor.onExitChoiceGroup(XmlSchemaChoice choice)
Called when a choice group is exited.
|