org.apache.axiom.om.impl.traverse
Class OMChildrenLocalNameIterator

java.lang.Object
  extended by org.apache.axiom.om.impl.traverse.OMChildrenIterator
      extended by org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator
          extended by org.apache.axiom.om.impl.traverse.OMChildrenLocalNameIterator
All Implemented Interfaces:
Iterator

public class OMChildrenLocalNameIterator
extends OMChildrenQNameIterator

Iterate over elements with the same LocalName


Field Summary
 
Fields inherited from class org.apache.axiom.om.impl.traverse.OMChildrenIterator
currentChild, lastChild, nextCalled, removeCalled
 
Constructor Summary
OMChildrenLocalNameIterator(OMNode currentChild, String localName)
           
 
Method Summary
 boolean isEqual(javax.xml.namespace.QName searchQName, javax.xml.namespace.QName currentQName)
          This version of equals returns true if the local parts match.
 
Methods inherited from class org.apache.axiom.om.impl.traverse.OMChildrenQNameIterator
hasNext, isEquals_Legacy, next
 
Methods inherited from class org.apache.axiom.om.impl.traverse.OMChildrenIterator
remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OMChildrenLocalNameIterator

public OMChildrenLocalNameIterator(OMNode currentChild,
                                   String localName)
Method Detail

isEqual

public boolean isEqual(javax.xml.namespace.QName searchQName,
                       javax.xml.namespace.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-2011 The Apache Software Foundation. All Rights Reserved.