com.xmlcalabash.model
Class Input
java.lang.Object
com.xmlcalabash.model.SourceArtifact
com.xmlcalabash.model.EndPoint
com.xmlcalabash.model.Port
com.xmlcalabash.model.Input
public class Input
- extends Port
- Author:
- ndw
Constructor Summary |
Input(XProcRuntime xproc,
net.sf.saxon.s9api.XdmNode node)
Creates a new instance of Input |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Input
public Input(XProcRuntime xproc,
net.sf.saxon.s9api.XdmNode node)
- Creates a new instance of Input
setSelect
public void setSelect(java.lang.String select)
getSelect
public java.lang.String getSelect()
setParameterInput
public void setParameterInput()
setParameterInput
public void setParameterInput(boolean value)
getParameterInput
public boolean getParameterInput()
setPosition
public void setPosition(int pos)
getPosition
public int getPosition()
setDebugReader
public void setDebugReader(boolean debug)
setDebugWriter
public void setDebugWriter(boolean debug)
getDebugReader
public boolean getDebugReader()
getDebugWriter
public boolean getDebugWriter()
dump
protected void dump(int depth)
toString
public java.lang.String toString()
- Overrides:
toString
in class Port