Class OMChildrenNamespaceIterator
java.lang.Object
org.apache.axiom.om.impl.traverse.OMFilterIterator
org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator
org.apache.axiom.om.impl.traverse.OMChildrenNamespaceIterator
- All Implemented Interfaces:
Iterator
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionOMChildrenNamespaceIterator
(org.apache.axiom.om.OMNode currentChild, String uri) 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
-
OMChildrenNamespaceIterator
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
-
OMContainer.getChildrenWithNamespaceURI(String)
, and this class should never be referenced directly. It will be removed in Axiom 1.3.