public final class BeforeEvaluateVariableEvent extends Object
| Constructor and Description |
|---|
BeforeEvaluateVariableEvent(Step pipeline,
Step step,
Variable variable,
net.sf.saxon.s9api.XdmNode xpathContextNode,
Map<net.sf.saxon.s9api.QName,String> inScopeVariables) |
| Modifier and Type | Method and Description |
|---|---|
Map<net.sf.saxon.s9api.QName,String> |
getInScopeVariables() |
Step |
getPipeline() |
Step |
getStep() |
Variable |
getVariable() |
net.sf.saxon.s9api.XdmNode |
getXpathContextNode() |
public net.sf.saxon.s9api.XdmNode getXpathContextNode()
public Variable getVariable()
getVariable in interface VariableEventpublic Step getPipeline()
getPipeline in interface PipelineEventCopyright © 2009-2012 TranceCode. All Rights Reserved.