public class OMChildrenWithSpecificAttributeIterator extends OMFilterIterator
Constructor and Description |
---|
OMChildrenWithSpecificAttributeIterator(OMNode currentChild,
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 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–2017 The Apache Software Foundation. All rights reserved.