|
||||||||||
| 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.OMQualifiedNameFilterIterator
public class OMQualifiedNameFilterIterator
Iterator that selects elements based on prefix and local name. Note that namespace URIs are not taken into account by the filter.
| Constructor Summary | |
|---|---|
OMQualifiedNameFilterIterator(java.util.Iterator parent,
java.lang.String qualifiedName)
|
|
| 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 OMQualifiedNameFilterIterator(java.util.Iterator parent,
java.lang.String qualifiedName)
| Method Detail |
|---|
protected boolean matches(OMNode node)
OMFilterIterator
matches in class OMFilterIteratornode - the node to test
OMFilterIterator.next()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||