Package com.xmlcalabash.datamodel
Class PipeInstruction
-
- All Implemented Interfaces:
public final class PipeInstruction extends ConnectionInstruction
-
-
Field Summary
Fields Modifier and Type Field Description private final PortBindingContainer
readablePort
private String
step
private String
port
private final String
id
private Boolean
expandText
private final XProcInstruction
parent
private final List<XProcInstruction>
children
private Map<QName, String>
extensionAttributes
private final List<XdmNode>
pipeinfo
private final Map<String, NamespaceUri>
inscopeNamespaces
private final Map<QName, VariableBindingContainer>
inscopeVariables
private final InstructionConfiguration
stepConfig
private final QName
instructionType
-
Constructor Summary
Constructors Constructor Description PipeInstruction(XProcInstruction parent, String step, String port)
PipeInstruction(XProcInstruction parent)
-
Method Summary
Modifier and Type Method Description final PortBindingContainer
getReadablePort()
final String
getStep()
final Unit
setStep(String step)
final String
getPort()
final Unit
setPort(String port)
final Unit
setReadablePort(PortBindingContainer readable)
String
toString()
-
Methods inherited from class com.xmlcalabash.datamodel.XProcInstruction
addVariable, addVisibleStepName, addVisibleStepType, fromString, getChildren, getExpandText, getExtensionAttributes, getId, getInscopeNamespaces, getInscopeVariables, getInstructionType, getParent, getPipeinfo, getStepConfig, setExpandText, setExtensionAttribute, setExtensionAttributes, stepAvailable, stepDeclaration
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PipeInstruction
PipeInstruction(XProcInstruction parent, String step, String port)
-
PipeInstruction
PipeInstruction(XProcInstruction parent)
-
-
Method Detail
-
getReadablePort
final PortBindingContainer getReadablePort()
-
setReadablePort
final Unit setReadablePort(PortBindingContainer readable)
-
-
-
-