Class ExpressionStepParameters
-
- All Implemented Interfaces:
public class ExpressionStepParameters extends RuntimeStepParameters
-
-
Field Summary
Fields Modifier and Type Field Description private final XProcExpression
expression
private final SequenceType
asType
private final List<XdmAtomicValue>
values
private final Boolean
collection
private final Map<QName, String>
extensionAttr
private final Map<String, RuntimePort>
inputs
private final Map<String, RuntimePort>
outputs
private final Map<QName, RuntimeOption>
options
private final QName
stepType
private final String
stepName
private final Location
location
-
Constructor Summary
Constructors Constructor Description ExpressionStepParameters(String stepName, Location location, Map<String, RuntimePort> inputs, Map<String, RuntimePort> outputs, Map<QName, RuntimeOption> options, AtomicExpressionStepInstruction step, QName stepType)
-
Method Summary
Modifier and Type Method Description final XProcExpression
getExpression()
final SequenceType
getAsType()
final List<XdmAtomicValue>
getValues()
final Boolean
getCollection()
final Map<QName, String>
getExtensionAttr()
-
Methods inherited from class com.xmlcalabash.runtime.parameters.RuntimeStepParameters
getInputs, getOptions, getOutputs
-
Methods inherited from class com.xmlcalabash.runtime.parameters.StepParameters
getLocation, getStepName, getStepType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ExpressionStepParameters
ExpressionStepParameters(String stepName, Location location, Map<String, RuntimePort> inputs, Map<String, RuntimePort> outputs, Map<QName, RuntimeOption> options, AtomicExpressionStepInstruction step, QName stepType)
-
-
Method Detail
-
getExpression
final XProcExpression getExpression()
-
getAsType
final SequenceType getAsType()
-
getCollection
final Boolean getCollection()
-
getExtensionAttr
final Map<QName, String> getExtensionAttr()
-
-
-
-