com.xmlcalabash.runtime
Class XOutput

java.lang.Object
  extended by com.xmlcalabash.runtime.XOutput

public class XOutput
extends java.lang.Object

Created by IntelliJ IDEA. User: ndw Date: Oct 7, 2008 Time: 8:00:21 AM To change this template use File | Settings | File Templates.


Constructor Summary
XOutput(XProcRuntime runtime, Output output)
           
 
Method Summary
 net.sf.saxon.s9api.XdmNode getNode()
           
 java.lang.String getPort()
           
 ReadablePipe getReader()
           
 boolean getSequence()
           
 WritablePipe getWriter()
           
 void setLogger(Log log)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XOutput

public XOutput(XProcRuntime runtime,
               Output output)
Method Detail

setLogger

public void setLogger(Log log)

getNode

public net.sf.saxon.s9api.XdmNode getNode()

getPort

public java.lang.String getPort()

getSequence

public boolean getSequence()

getReader

public ReadablePipe getReader()

getWriter

public WritablePipe getWriter()