| Class | Description |
|---|---|
| OMAbstractIterator |
Abstract base class for iterators over sets of OM nodes.
|
| OMChildElementIterator | Deprecated
This type of iterator should always be created using
OMElement.getChildElements(), and this class should never be referenced
directly. |
| OMChildrenIterator |
Class OMChildrenIterator
|
| OMChildrenLegacyQNameIterator | Deprecated |
| OMChildrenLocalNameIterator | Deprecated
This type of iterator should always be created using
OMContainer.getChildrenWithLocalName(String), and this class should never be
referenced directly. |
| OMChildrenNamespaceIterator | Deprecated
This type of iterator should always be created using
OMContainer.getChildrenWithNamespaceURI(String), and this class should never
be referenced directly. |
| OMChildrenQNameIterator | Deprecated
This type of iterator should always be created using
OMContainer.getChildrenWithName(QName), and this class should never be
referenced directly. |
| OMChildrenWithSpecificAttributeIterator |
Class OMChildrenWithSpecificAttributeIterator
|
| OMDescendantsIterator | Deprecated
This type of iterator should always be created using
OMContainer.getDescendants(boolean), and this class should never be
referenced directly. |
| OMFilterIterator |
Abstract iterator that returns matching nodes from another iterator.
|
| OMQNameFilterIterator |
Iterator that selects elements based on
QName equality,
i.e. |
| OMQualifiedNameFilterIterator |
Iterator that selects elements based on prefix and local name.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.