public class OMChildrenWithSpecificAttributeIterator extends OMFilterIterator
| Modifier and Type | Field and Description |
|---|---|
private javax.xml.namespace.QName |
attributeName
Field attributeName
|
private java.lang.String |
attributeValue
Field attributeValue
|
private boolean |
detach
Field detach
|
private boolean |
doCaseSensitiveValueChecks |
| Constructor and Description |
|---|
OMChildrenWithSpecificAttributeIterator(OMNode currentChild,
javax.xml.namespace.QName attributeName,
java.lang.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.
|
java.lang.Object |
next()
Method next.
|
void |
setCaseInsensitiveValueChecks(boolean val) |
hasNext, removeprivate javax.xml.namespace.QName attributeName
private java.lang.String attributeValue
private boolean detach
private boolean doCaseSensitiveValueChecks
public OMChildrenWithSpecificAttributeIterator(OMNode currentChild, javax.xml.namespace.QName attributeName, java.lang.String attributeValue, boolean detach)
currentChild - attributeName - attributeValue - detach - public void setCaseInsensitiveValueChecks(boolean val)
protected boolean matches(OMNode node)
OMFilterIteratormatches in class OMFilterIteratornode - the node to testOMFilterIterator.next()public java.lang.Object next()
next in interface java.util.Iteratornext in class OMFilterIterator