Package com.xmlcalabash.datamodel
Class ViewportInstruction
-
- All Implemented Interfaces:
public final class ViewportInstruction extends CompoundLoopDeclaration
-
-
Field Summary
Fields Modifier and Type Field Description private final Boolean
matchDefined
private XProcMatchExpression
match
private String
name
private final Location
location
private final Map<QName, StaticOptionDetails>
staticOptions
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 ViewportInstruction(XProcInstruction parent)
-
Method Summary
Modifier and Type Method Description final Boolean
getMatchDefined()
final XProcMatchExpression
getMatch()
final Unit
setMatch(XProcMatchExpression match)
-
Methods inherited from class com.xmlcalabash.datamodel.StepDeclaration
depends, getLocation, getName, getStaticOptions, inputs, namedInput, namedOutput, outputs, primaryInput, primaryOutput, rewriteBindings, setName, timeout, 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.CompoundLoopDeclaration
checkInputBindings
-
Methods inherited from class com.xmlcalabash.datamodel.CompoundStepDeclaration
atomicStep, atomicStep, checkImplicitOutput, choose, findOutputDeclarations, forEach, group, ifInstruction, message, output, output, runStep, tryInstruction, variable, viewport
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ViewportInstruction
ViewportInstruction(XProcInstruction parent)
-
-
Method Detail
-
getMatchDefined
final Boolean getMatchDefined()
-
getMatch
final XProcMatchExpression getMatch()
-
setMatch
final Unit setMatch(XProcMatchExpression match)
-
-
-
-