Class OMQNameFilterIterator
java.lang.Object
org.apache.axiom.om.impl.traverse.OMFilterIterator
org.apache.axiom.om.impl.traverse.OMQNameFilterIterator
- All Implemented Interfaces:
Iterator
Deprecated.
Iterator that selects elements based on
QName
equality,
i.e. namespace URI and local name.
Namespace prefixes are not taken into account by the filter.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
matches
(org.apache.axiom.om.OMNode node) Deprecated.Determine whether the given node matches the filter criteria.Methods inherited from class org.apache.axiom.om.impl.traverse.OMFilterIterator
hasNext, next, remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
OMQNameFilterIterator
Deprecated.
-
-
Method Details
-
matches
protected boolean matches(org.apache.axiom.om.OMNode node) Deprecated.Description copied from class:OMFilterIterator
Determine whether the given node matches the filter criteria.- Specified by:
matches
in classOMFilterIterator
- Parameters:
node
- the node to test- Returns:
- true if the node matches, i.e. if it should be returned
by a call to
OMFilterIterator.next()
-