Class OMFilterIterator
java.lang.Object
org.apache.axiom.om.impl.traverse.OMFilterIterator
- All Implemented Interfaces:
Iterator
- Direct Known Subclasses:
OMChildrenQNameIterator,OMChildrenWithSpecificAttributeIterator,OMQNameFilterIterator,OMQualifiedNameFilterIterator
Deprecated.
Abstract iterator that returns matching nodes from another iterator.
-
Constructor Details
-
OMFilterIterator
Deprecated.
-
-
Method Details
-
matches
protected abstract boolean matches(org.apache.axiom.om.OMNode node) Deprecated.Determine whether the given node matches the filter criteria.- Parameters:
node- the node to test- Returns:
- true if the node matches, i.e. if it should be returned
by a call to
next()
-
hasNext
public boolean hasNext()Deprecated. -
next
Deprecated. -
remove
public void remove()Deprecated.
-