public class OMChildrenWithSpecificAttributeIterator extends OMFilterIterator
Constructor and Description |
---|
OMChildrenWithSpecificAttributeIterator(OMNode currentChild,
javax.xml.namespace.QName attributeName,
String attributeValue,
boolean detach)
Constructor OMChildrenWithSpecificAttributeIterator.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
matches(OMNode node)
Determine whether the given node matches the filter criteria.
|
Object |
next()
Method next.
|
void |
setCaseInsensitiveValueChecks(boolean val) |
hasNext, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public OMChildrenWithSpecificAttributeIterator(OMNode currentChild, javax.xml.namespace.QName attributeName, String attributeValue, boolean detach)
currentChild
- attributeName
- attributeValue
- detach
- public void setCaseInsensitiveValueChecks(boolean val)
protected boolean matches(OMNode node)
OMFilterIterator
matches
in class OMFilterIterator
node
- the node to testOMFilterIterator.next()
public Object next()
next
in interface Iterator
next
in class OMFilterIterator
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.