| Package | Description |
|---|---|
| org.apache.ws.commons.schema.docpath |
This package is dedicated to walking an XML Document using the SAX API,
and building a path through its
XmlSchemaCollection to determine
how the document conforms to its schema. |
| org.apache.ws.commons.schema.walker |
This package simplifies walking over an
XmlSchemaCollection. |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchemaVisitor.onVisitAny(XmlSchemaAny any)
Called when a wildcard element is entered.
|
Copyright © 2004–2025 The Apache Software Foundation. All rights reserved.