org.jaxup.dom4j
Class TypeFilteredIterator

java.lang.Object
  extended by org.jaxup.dom4j.TypeFilteredIterator
All Implemented Interfaces:
java.util.Iterator

public class TypeFilteredIterator
extends java.lang.Object
implements java.util.Iterator

Only filtering out namespace nodes is supported yet.


Field Summary
static int TYPE_NAMESPACE
           
 
Constructor Summary
TypeFilteredIterator(Navigator navigator, java.util.Iterator original, int type)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.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,
                            java.util.Iterator original,
                            int type)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator