com.xmlcalabash.io
Class DocumentSequence

java.lang.Object
  extended by com.xmlcalabash.io.DocumentSequence

public class DocumentSequence
extends java.lang.Object

Created by IntelliJ IDEA. User: ndw Date: Oct 2, 2008 Time: 6:56:32 AM To change this template use File | Settings | File Templates.


Field Summary
protected static java.lang.String logger
           
 
Constructor Summary
DocumentSequence(XProcRuntime xproc)
           
 
Method Summary
 void add(net.sf.saxon.s9api.XdmNode document)
           
 void addReader()
           
 void close()
           
 boolean closed()
           
 net.sf.saxon.s9api.XdmNode get(int count)
           
 int getReaderCount()
           
 void reset()
           
 void setLogger(Log log)
           
 int size()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

logger

protected static final java.lang.String logger
See Also:
Constant Field Values
Constructor Detail

DocumentSequence

public DocumentSequence(XProcRuntime xproc)
Method Detail

addReader

public void addReader()

getReaderCount

public int getReaderCount()

setLogger

public void setLogger(Log log)

add

public void add(net.sf.saxon.s9api.XdmNode document)

get

public net.sf.saxon.s9api.XdmNode get(int count)

close

public void close()

closed

public boolean closed()

size

public int size()

reset

public void reset()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object