org.apache.axiom.om.impl.traverse
Class OMChildrenWithSpecificAttributeIterator
java.lang.Object
org.apache.axiom.om.impl.traverse.OMChildrenIterator
org.apache.axiom.om.impl.traverse.OMChildrenWithSpecificAttributeIterator
- All Implemented Interfaces:
- java.util.Iterator
- public class OMChildrenWithSpecificAttributeIterator
- extends OMChildrenIterator
Class OMChildrenWithSpecificAttributeIterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OMChildrenWithSpecificAttributeIterator
public OMChildrenWithSpecificAttributeIterator(OMNode currentChild,
javax.xml.namespace.QName attributeName,
java.lang.String attributeValue,
boolean detach)
- Constructor OMChildrenWithSpecificAttributeIterator.
- Parameters:
currentChild
- attributeName
- attributeValue
- detach
-
setCaseInsensitiveValueChecks
public void setCaseInsensitiveValueChecks(boolean val)
hasNext
public boolean hasNext()
- Method hasNext.
- Specified by:
hasNext
in interface java.util.Iterator
- Overrides:
hasNext
in class OMChildrenIterator
- Returns:
- Returns boolean.
next
public java.lang.Object next()
- Method next.
- Specified by:
next
in interface java.util.Iterator
- Overrides:
next
in class OMChildrenIterator
- Returns:
- Returns Object.
Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.