org.apache.axiom.om.impl.traverse
Class OMChildrenWithSpecificAttributeIterator
java.lang.Object
org.apache.axiom.om.impl.traverse.OMFilterIterator
org.apache.axiom.om.impl.traverse.OMChildrenWithSpecificAttributeIterator
- All Implemented Interfaces:
- Iterator
public class OMChildrenWithSpecificAttributeIterator
- extends OMFilterIterator
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,
QName attributeName,
String attributeValue,
boolean detach)
- Constructor OMChildrenWithSpecificAttributeIterator.
- Parameters:
currentChild
- attributeName
- attributeValue
- detach
-
setCaseInsensitiveValueChecks
public void setCaseInsensitiveValueChecks(boolean val)
matches
protected boolean matches(OMNode node)
- Description copied from class:
OMFilterIterator
- Determine whether the given node matches the filter criteria.
- Specified by:
matches
in class OMFilterIterator
- Parameters:
node
- the node to test
- Returns:
- true if the node matches, i.e. if it should be returned
by a call to
OMFilterIterator.next()
next
public Object next()
- Method next.
- Specified by:
next
in interface Iterator
- Overrides:
next
in class OMFilterIterator
- Returns:
- Returns Object.
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.