com.jaxfront.core.xpath
Class TypeIterator2
java.lang.Object
com.jaxfront.core.xpath.ResetableIterator
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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