|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axiom.om.impl.traverse.OMFilterIterator
org.apache.axiom.om.impl.traverse.OMQNameFilterIterator
public class OMQNameFilterIterator
Iterator that selects elements based on QName
equality,
i.e. namespace URI and local name.
Namespace prefixes are not taken into account by the filter.
Constructor Summary | |
---|---|
OMQNameFilterIterator(java.util.Iterator parent,
javax.xml.namespace.QName qname)
|
Method Summary | |
---|---|
protected boolean |
matches(OMNode node)
Determine whether the given node matches the filter criteria. |
Methods inherited from class org.apache.axiom.om.impl.traverse.OMFilterIterator |
---|
hasNext, next, remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OMQNameFilterIterator(java.util.Iterator parent, javax.xml.namespace.QName qname)
Method Detail |
---|
protected boolean matches(OMNode node)
OMFilterIterator
matches
in class OMFilterIterator
node
- the node to test
OMFilterIterator.next()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |