cdqa.iterator
Class CreateTextIterator

java.lang.Object
  extended by cdqa.iterator.Iterator
      extended by cdqa.iterator.CreateTextIterator

public class CreateTextIterator
extends Iterator

CreateTextIterator based on Iterator class

Author:
simonkm

Nested Class Summary
 
Nested classes/interfaces inherited from class cdqa.iterator.Iterator
Iterator.IteratorManager
 
Field Summary
(package private)  Iterator value
           
 
Fields inherited from class cdqa.iterator.Iterator
current, initValue, NULL
 
Constructor Summary
CreateTextIterator(Iterator value)
           
 
Method Summary
(package private)  XString firstString(Iterator i)
           
 void postInit()
           
 void preClose()
           
 XObject pumpNext()
           
 
Methods inherited from class cdqa.iterator.Iterator
aggreg, all, and, asBooleanIterator, close, constant, constant, constant, constant, constant, debugPrint, empty, exist, getCurrent, init, init, join, join, list, ljoin, ljoin, map, mapL, mapL, mapL, mTOm, next, not, or, rjoin, rjoin, scan, scan, theFalseIterator, theTrueIterator, toPrintWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

Iterator value
Constructor Detail

CreateTextIterator

public CreateTextIterator(Iterator value)
Method Detail

postInit

public void postInit()
Specified by:
postInit in class Iterator

preClose

public void preClose()
Specified by:
preClose in class Iterator

firstString

XString firstString(Iterator i)

pumpNext

public XObject pumpNext()
Specified by:
pumpNext in class Iterator