Package com.xmlcalabash.datamodel
Class DocumentInstruction
-
- All Implemented Interfaces:
public final class DocumentInstruction extends ConnectionInstruction
-
-
Field Summary
Fields Modifier and Type Field Description private XProcExpression
href
private MediaType
contentType
private XProcExpression
documentProperties
private XProcExpression
parameters
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 DocumentInstruction(XProcInstruction parent, XProcExpression href)
-
Method Summary
Modifier and Type Method Description final XProcExpression
getHref()
final Unit
setHref(XProcExpression href)
final MediaType
getContentType()
final Unit
setContentType(MediaType contentType)
final XProcExpression
getDocumentProperties()
final Unit
setDocumentProperties(XProcExpression documentProperties)
final XProcExpression
getParameters()
final Unit
setParameters(XProcExpression parameters)
-
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, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
DocumentInstruction
DocumentInstruction(XProcInstruction parent, XProcExpression href)
-
-
Method Detail
-
getHref
final XProcExpression getHref()
-
setHref
final Unit setHref(XProcExpression href)
-
getContentType
final MediaType getContentType()
-
setContentType
final Unit setContentType(MediaType contentType)
-
getDocumentProperties
final XProcExpression getDocumentProperties()
-
setDocumentProperties
final Unit setDocumentProperties(XProcExpression documentProperties)
-
getParameters
final XProcExpression getParameters()
-
setParameters
final Unit setParameters(XProcExpression parameters)
-
-
-
-