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.


Field Summary
static int TYPE_NAMESPACE
           
 
Constructor Summary
TypeFilteredIterator(Navigator navigator, Iterator original, int type)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_NAMESPACE

public static final int TYPE_NAMESPACE
See Also:
Constant Field Values
Constructor Detail

TypeFilteredIterator

public TypeFilteredIterator(Navigator navigator,
                            Iterator original,
                            int type)
Method Detail

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