Class ConditionalExecutionContext
-
- All Implemented Interfaces:
public final class ConditionalExecutionContext extends XProcExecutionContext
-
-
Field Summary
Fields Modifier and Type Field Description private final UseWhenContext
context
private Long
iterationPosition
private Long
iterationSize
private final XProcStepConfiguration
stepConfig
-
Constructor Summary
Constructors Constructor Description ConditionalExecutionContext(InstructionConfiguration stepConfig, UseWhenContext context)
-
Method Summary
Modifier and Type Method Description final UseWhenContext
getContext()
Boolean
stepAvailable(QName name)
-
Methods inherited from class com.xmlcalabash.runtime.XProcExecutionContext
addProperties, getIterationPosition, getIterationSize, getProperties, getStepConfig, removeProperties, setIterationPosition, setIterationSize
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ConditionalExecutionContext
ConditionalExecutionContext(InstructionConfiguration stepConfig, UseWhenContext context)
-
-
Method Detail
-
getContext
final UseWhenContext getContext()
-
stepAvailable
Boolean stepAvailable(QName name)
-
-
-
-