org.jaxup.dom4j
Class TypeFilteredIterator
java.lang.Object
|
+--org.jaxup.dom4j.TypeFilteredIterator
- All Implemented Interfaces:
- Iterator
- public class TypeFilteredIterator
- extends Object
- implements Iterator
Only filtering out namespace nodes is supported yet.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_NAMESPACE
public static final int TYPE_NAMESPACE
- See Also:
- Constant Field Values
TypeFilteredIterator
public TypeFilteredIterator(Navigator navigator,
Iterator original,
int type)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator