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
public class OMChildrenLocalNameIterator
- extends OMChildrenQNameIterator
Iterate over elements with the same LocalName
Method Summary |
boolean |
isEqual(QName searchQName,
QName currentQName)
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)
isEqual
public boolean isEqual(QName searchQName,
QName currentQName)
- 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.