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. |
Modifier and Type | Method and Description |
---|---|
XmlSchemaDocumentNode<U> |
XmlSchemaPathNode.getDocumentNode()
Retrieves the
XmlSchemaDocumentNode this
XmlSchemaPathNode is visiting. |
XmlSchemaDocumentNode<U> |
XmlSchemaDocumentNode.getParent()
The
XmlSchemaDocumentNode representing this one's immediate
parent. |
Modifier and Type | Method and Description |
---|---|
SortedMap<Integer,XmlSchemaDocumentNode<U>> |
XmlSchemaDocumentNode.getChildren()
Retrieves the children in the last occurrence of this node, mapped to
their relative position.
|
SortedMap<Integer,XmlSchemaDocumentNode<U>> |
XmlSchemaDocumentNode.getChildren(int iteration)
Retrieves the children in the provided occurrence of this node, mapped to
their relative position.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.