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
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-2013 The Apache Software Foundation. All Rights Reserved.