public class OMQNameFilterIterator extends OMFilterIterator
QName equality,
i.e. namespace URI and local name.
Namespace prefixes are not taken into account by the filter.| Modifier and Type | Field and Description |
|---|---|
private javax.xml.namespace.QName |
qname |
| Constructor and Description |
|---|
OMQNameFilterIterator(java.util.Iterator parent,
javax.xml.namespace.QName qname) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
matches(OMNode node)
Determine whether the given node matches the filter criteria.
|
hasNext, next, removepublic OMQNameFilterIterator(java.util.Iterator parent,
javax.xml.namespace.QName qname)
protected boolean matches(OMNode node)
OMFilterIteratormatches in class OMFilterIteratornode - the node to testOMFilterIterator.next()