com.xmlcalabash.runtime
Class XInput

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

public class XInput
extends java.lang.Object

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


Constructor Summary
XInput(XProcRuntime runtime, Input input)
           
 
Method Summary
 net.sf.saxon.s9api.XdmNode getNode()
           
 boolean getParameters()
           
 java.lang.String getPort()
           
 ReadablePipe getReader()
           
 boolean getSequence()
           
 WritablePipe getWriter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XInput

public XInput(XProcRuntime runtime,
              Input input)
Method Detail

getPort

public java.lang.String getPort()

getNode

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

getReader

public ReadablePipe getReader()

getWriter

public WritablePipe getWriter()

getSequence

public boolean getSequence()

getParameters

public boolean getParameters()