com.xmlcalabash.model
Class Input

java.lang.Object
  extended by com.xmlcalabash.model.SourceArtifact
      extended by com.xmlcalabash.model.EndPoint
          extended by com.xmlcalabash.model.Port
              extended by com.xmlcalabash.model.Input

public class Input
extends Port

Author:
ndw

Field Summary
 
Fields inherited from class com.xmlcalabash.model.EndPoint
bindings, step
 
Fields inherited from class com.xmlcalabash.model.SourceArtifact
extnAttrs, logger, node, runtime
 
Constructor Summary
Input(XProcRuntime xproc, net.sf.saxon.s9api.XdmNode node)
          Creates a new instance of Input
 
Method Summary
protected  void dump(int depth)
           
 boolean getDebugReader()
           
 boolean getDebugWriter()
           
 boolean getParameterInput()
           
 int getPosition()
           
 java.lang.String getSelect()
           
 void setDebugReader(boolean debug)
           
 void setDebugWriter(boolean debug)
           
 void setParameterInput()
           
 void setParameterInput(boolean value)
           
 void setPosition(int pos)
           
 void setSelect(java.lang.String select)
           
 java.lang.String toString()
           
 
Methods inherited from class com.xmlcalabash.model.Port
getPort, getPrimary, getPrimarySet, getSequence, setPort, setPrimary, setPrimary, setSequence, setSequence
 
Methods inherited from class com.xmlcalabash.model.EndPoint
addBinding, clearBindings, findPipeBinding, getBinding, getStep, setStep
 
Methods inherited from class com.xmlcalabash.model.SourceArtifact
addExtensionAttribute, error, error, getExtensionAttribute, getExtensionAttributes, getNode, getXProc, xplFile, xplLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Input

public Input(XProcRuntime xproc,
             net.sf.saxon.s9api.XdmNode node)
Creates a new instance of Input

Method Detail

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