org.apache.axiom.om.impl.traverse
Class OMChildrenLocalNameIterator
java.lang.Object
org.apache.axiom.om.impl.traverse.OMFilterIterator
org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator
org.apache.axiom.om.impl.traverse.OMChildrenLocalNameIterator
- All Implemented Interfaces:
- Iterator
Deprecated. This type of iterator should always be created using
OMContainer.getChildrenWithLocalName(String)
, and this class should never be
referenced directly. It will be removed in Axiom 1.3.
public class OMChildrenLocalNameIterator
- extends OMChildrenQNameIterator
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 |
OMChildrenLocalNameIterator
public OMChildrenLocalNameIterator(OMNode currentChild,
String localName)
- 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-2012 The Apache Software Foundation. All Rights Reserved.