Package com.xmlcalabash.steps.internal
Class OptionExpressionStep
-
- All Implemented Interfaces:
-
com.xmlcalabash.api.XProcStep
public final class OptionExpressionStep extends ExpressionStep
-
-
Field Summary
Fields Modifier and Type Field Description private final List<XProcDocument>
contextItems
private XProcDocument
override
private final XProcExpression
expression
private final Boolean
collection
private final ExpressionStepParameters
params
private final RuntimeStepParameters
stepParams
private final XProcStepConfiguration
stepConfig
private final Receiver
receiver
private final Map<QName, LazyValue>
options
private final Map<String, List<XProcDocument>>
queues
private final Long
nodeId
-
Constructor Summary
Constructors Constructor Description OptionExpressionStep(OptionStepParameters params)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.xmlcalabash.steps.internal.ExpressionStep
getCollection, getContextItems, getExpression, getOverride, getParams, reset, run, setOverride, toString
-
Methods inherited from class com.xmlcalabash.steps.AbstractAtomicStep
abort, booleanBinding, establishNamespaceBinding, establishNamespaceBinding, extensionAttributes, getNodeId, getOptions, getQueues, getReceiver, getStepConfig, getStepParams, hasBinding, input, integerBinding, mediaTypeBinding, option, overrideContentTypes, qnameBinding, qnameMapBinding, setup, stringBinding, stringMapBinding, teardown, uriBinding, valueBinding, xmlBinding
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
OptionExpressionStep
OptionExpressionStep(OptionStepParameters params)
-
-
-
-