org.apache.axiom.om.impl.traverse
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.
public class OMChildrenLegacyQNameIterator
- extends OMChildrenQNameIterator
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
Method Summary |
boolean |
isEqual(QName searchQName,
QName currentQName)
Deprecated. This version of equals returns true if the local parts match. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OMChildrenLegacyQNameIterator
public OMChildrenLegacyQNameIterator(OMNode currentChild,
QName qName)
- Deprecated.
isEqual
public boolean isEqual(QName searchQName,
QName currentQName)
- Deprecated.
- This version of equals returns true if the local parts match.
- Overrides:
isEqual
in class OMChildrenQNameIterator
- Parameters:
searchQName
- currentQName
-
- Returns:
- true if equals
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.