Package com.xmlcalabash.datamodel
Class OutputInstruction
-
- All Implemented Interfaces:
public final class OutputInstruction extends PortBindingContainer
-
-
Field Summary
Fields Modifier and Type Field Description private XProcExpression
serialization
private final List<XdmNode>
assertions
private final Boolean
portDefined
private String
port
private Boolean
sequence
private Boolean
primary
private XProcExpression
select
private List<MediaType>
contentTypes
private XProcExpression
href
private String
pipe
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 OutputInstruction(XProcInstruction parent, String port, Boolean primary, Boolean sequence)
OutputInstruction(XProcInstruction parent)
-
Method Summary
Modifier and Type Method Description final XProcExpression
getSerialization()
final Unit
setSerialization(XProcExpression serialization)
-
Methods inherited from class com.xmlcalabash.datamodel.PortBindingContainer
getAssertions, getContentTypes, getHref, getPipe, getPort, getPortDefined, getPrimary, getSelect, getSequence, setContentTypes, setHref, setPipe, setPort, setPrimary, setSelect, setSequence, 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 com.xmlcalabash.datamodel.BindingContainer
document, empty, inline, inline, pipe, pipe, pipe, pipe
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
OutputInstruction
OutputInstruction(XProcInstruction parent, String port, Boolean primary, Boolean sequence)
-
OutputInstruction
OutputInstruction(XProcInstruction parent)
-
-
Method Detail
-
getSerialization
final XProcExpression getSerialization()
-
setSerialization
final Unit setSerialization(XProcExpression serialization)
-
-
-
-