|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xmlcalabash.model.SourceArtifact
com.xmlcalabash.model.Binding
com.xmlcalabash.model.PipeBinding
public class PipeBinding
Field Summary |
---|
Fields inherited from class com.xmlcalabash.model.Binding |
---|
bindingType, DATA_BINDING, DOCUMENT_BINDING, EMPTY_BINDING, ERROR_BINDING, INLINE_BINDING, NO_BINDING, PIPE_BINDING, PIPE_NAME_BINDING, STDIO_BINDING |
Fields inherited from class com.xmlcalabash.model.SourceArtifact |
---|
extnAttrs, logger, node, runtime |
Constructor Summary | |
---|---|
PipeBinding(XProcRuntime xproc,
net.sf.saxon.s9api.XdmNode node)
Creates a new instance of PipeBinding |
Method Summary | |
---|---|
protected void |
dump(int depth)
|
EndPoint |
getInput()
|
Output |
getOutput()
|
void |
setInput(EndPoint input)
|
void |
setOutput(Output output)
|
java.lang.String |
toString()
|
Methods inherited from class com.xmlcalabash.model.Binding |
---|
getBindingType |
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 |
---|
public PipeBinding(XProcRuntime xproc, net.sf.saxon.s9api.XdmNode node)
Method Detail |
---|
public void setInput(EndPoint input)
public void setOutput(Output output)
public Output getOutput()
public EndPoint getInput()
protected void dump(int depth)
dump
in class Binding
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |