| Class | Description |
|---|---|
| OMChildElementIterator | Deprecated
This type of iterator should always be created using
OMElement.getChildElements(), and this class should never be referenced
directly. |
| 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. |
| OMDescendantsIterator | Deprecated
This type of iterator should always be created using
OMContainer.getDescendants(boolean), and this class should never be
referenced directly. |
Copyright © The Apache Software Foundation. All Rights Reserved.