Class OMChildrenLegacyQNameIterator
java.lang.Object
org.apache.axiom.om.impl.traverse.OMFilterIterator
org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator
org.apache.axiom.om.impl.traverse.OMChildrenLegacyQNameIterator
- All Implemented Interfaces:
Iterator
Deprecated.
Iterate over elements with the QName that uses the
legacy algorithm. This iterator is only retained for migrating
some existing customers that have a dependency on the old algorithm
-
Constructor Summary
ConstructorsConstructorDescriptionOMChildrenLegacyQNameIterator
(org.apache.axiom.om.OMNode currentChild, QName qName) Deprecated. -
Method Summary
Methods inherited from class org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator
isEquals_Legacy, matches
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
-
OMChildrenLegacyQNameIterator
Deprecated.
-
-
Method Details
-
isEqual
Deprecated.This version of equals returns true if the local parts match.- Overrides:
isEqual
in classOMChildrenQNameIterator
- Parameters:
searchQName
-currentQName
-- Returns:
- true if equals
-