| 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 XmlSchemaAny |
SchemaBuilder.handleAny(XmlSchema schema,
org.w3c.dom.Element anyEl,
org.w3c.dom.Element schemaEl) |
| Modifier and Type | Method and Description |
|---|---|
(package private) org.w3c.dom.Element |
XmlSchemaSerializer.serializeAny(org.w3c.dom.Document doc,
XmlSchemaAny anyObj,
XmlSchema schema)
********************************************************************* Element serializeAny(Document
doc, XmlSchemaAny anyObj, XmlSchema schema)
Each member of complex type will be appended and pass the element created.
|
| Modifier and Type | Field and Description |
|---|---|
private XmlSchemaAny |
XmlSchemaStateMachineNode.any |
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaAny |
XmlSchemaStateMachineNode.getAny()
Returns the
XmlSchemaAny associated with this node, or
null if none. |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchemaStateMachineGenerator.onVisitAny(XmlSchemaAny any) |
| Constructor and Description |
|---|
XmlSchemaStateMachineNode(XmlSchemaAny any)
Constructs a
XmlSchemaStateMachineNode from the
XmlSchemaAny. |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchemaVisitor.onVisitAny(XmlSchemaAny any)
Called when a wildcard element is entered.
|