com.jaxfront.core.xpath
Class TypeIterator2

java.lang.Object
  extended by com.jaxfront.core.xpath.ResetableIterator
      extended by com.jaxfront.core.xpath.TypeIterator2
All Implemented Interfaces:
ResetIterator, java.util.Iterator

public class TypeIterator2
extends ResetableIterator


Constructor Summary
TypeIterator2(Type contextType, boolean listTypeIncluded, boolean editingTypeIncluded, boolean editingTypeTraversalOnly, boolean choosenTypeOnly, boolean buildLazyChoices)
           
TypeIterator2(Type contextType, boolean listTypeIncluded, boolean editingTypeIncluded, boolean editingTypeTraversalOnly, boolean choosenTypeOnly, boolean buildLazyChoices, boolean idOnly)
           
 
Method Summary
 boolean hasNext()
           
 void reset()
           
 
Methods inherited from class com.jaxfront.core.xpath.ResetableIterator
addChild, ensureCapacity, getCurrent, main, next, remove
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeIterator2

public TypeIterator2(Type contextType,
                     boolean listTypeIncluded,
                     boolean editingTypeIncluded,
                     boolean editingTypeTraversalOnly,
                     boolean choosenTypeOnly,
                     boolean buildLazyChoices)

TypeIterator2

public TypeIterator2(Type contextType,
                     boolean listTypeIncluded,
                     boolean editingTypeIncluded,
                     boolean editingTypeTraversalOnly,
                     boolean choosenTypeOnly,
                     boolean buildLazyChoices,
                     boolean idOnly)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator
Overrides:
hasNext in class ResetableIterator
See Also:
Iterator.hasNext()

reset

public void reset()
Specified by:
reset in interface ResetIterator
Overrides:
reset in class ResetableIterator