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

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

public class OMChildrenWithSpecificAttributeIterator
extends OMChildrenIterator

Class OMChildrenWithSpecificAttributeIterator


Field Summary
 
Fields inherited from class org.apache.axiom.om.impl.traverse.OMChildrenIterator
currentChild, lastChild, nextCalled, removeCalled
 
Constructor Summary
OMChildrenWithSpecificAttributeIterator(OMNode currentChild, javax.xml.namespace.QName attributeName, String attributeValue, boolean detach)
          Constructor OMChildrenWithSpecificAttributeIterator.
 
Method Summary
 boolean hasNext()
          Method hasNext.
 Object next()
          Method next.
 void setCaseInsensitiveValueChecks(boolean val)
           
 
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

OMChildrenWithSpecificAttributeIterator

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

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

setCaseInsensitiveValueChecks

public void setCaseInsensitiveValueChecks(boolean val)

hasNext

public boolean hasNext()
Method hasNext.

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

next

public Object next()
Method next.

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


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.