Class | Description |
---|---|
OMAbstractIterator |
Abstract base class for iterators over sets of OM nodes.
|
OMChildElementIterator | |
OMChildrenIterator |
Class OMChildrenIterator
|
OMChildrenLegacyQNameIterator | Deprecated |
OMChildrenLocalNameIterator |
Iterate over elements with the same LocalName
|
OMChildrenNamespaceIterator |
Iterate over elements with the same namespace uri
|
OMChildrenQNameIterator |
Class OMChildrenQNameIterator
This iterator returns the elements that have a matching QName.
|
OMChildrenWithSpecificAttributeIterator |
Class OMChildrenWithSpecificAttributeIterator
|
OMDescendantsIterator |
Iterator that iterates over all descendants in document order.
|
OMFilterIterator |
Abstract iterator that returns matching nodes from another iterator.
|
OMQNameFilterIterator |
Iterator that selects elements based on
QName equality,
i.e. namespace URI and local name. |
OMQualifiedNameFilterIterator |
Iterator that selects elements based on prefix and local name.
|
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.