org.apache.axis2.om.impl.llom.traverse
Class OMChildrenWithSpecificAttributeIterator

java.lang.Object
  extended byorg.apache.axis2.om.impl.llom.traverse.OMChildrenIterator
      extended byorg.apache.axis2.om.impl.llom.traverse.OMChildrenWithSpecificAttributeIterator
All Implemented Interfaces:
java.util.Iterator

public class OMChildrenWithSpecificAttributeIterator
extends OMChildrenIterator

Class OMChildrenWithSpecificAttributeIterator


Field Summary
 
Fields inherited from class org.apache.axis2.om.impl.llom.traverse.OMChildrenIterator
currentChild, lastChild, nextCalled, removeCalled
 
Constructor Summary
OMChildrenWithSpecificAttributeIterator(OMNode currentChild, javax.xml.namespace.QName attributeName, java.lang.String attributeValue, boolean detach)
          Constructor OMChildrenWithSpecificAttributeIterator
 
Method Summary
 boolean hasNext()
          Method hasNext
 java.lang.Object next()
          Method next
 
Methods inherited from class org.apache.axis2.om.impl.llom.traverse.OMChildrenIterator
remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OMChildrenWithSpecificAttributeIterator

public OMChildrenWithSpecificAttributeIterator(OMNode currentChild,
                                               javax.xml.namespace.QName attributeName,
                                               java.lang.String attributeValue,
                                               boolean detach)
Constructor OMChildrenWithSpecificAttributeIterator

Parameters:
currentChild -
attributeName -
attributeValue -
detach -
Method Detail

hasNext

public boolean hasNext()
Method hasNext

Specified by:
hasNext in interface java.util.Iterator
Overrides:
hasNext in class OMChildrenIterator
Returns:

next

public java.lang.Object next()
Method next

Specified by:
next in interface java.util.Iterator
Overrides:
next in class OMChildrenIterator
Returns: