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, matchesMethods inherited from class org.apache.axiom.om.impl.traverse.OMFilterIterator
hasNext, next, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
isEqualin classOMChildrenQNameIterator- Parameters:
searchQName-currentQName-- Returns:
- true if equals
-