|
||||||||||
| 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
public abstract class OMFilterIterator
Abstract iterator that returns matching nodes from another iterator.
| Constructor Summary | |
|---|---|
OMFilterIterator(java.util.Iterator parent)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
protected abstract boolean |
matches(OMNode node)
Determine whether the given node matches the filter criteria. |
java.lang.Object |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OMFilterIterator(java.util.Iterator parent)
| Method Detail |
|---|
protected abstract boolean matches(OMNode node)
node - the node to test
next()public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||