public final class AfterEvaluateVariableEvent extends Object
| Constructor and Description |
|---|
AfterEvaluateVariableEvent(Step pipeline,
Step step,
Variable variable,
net.sf.saxon.s9api.XdmNode xpathContextNode,
String value) |
| Modifier and Type | Method and Description |
|---|---|
Step |
getPipeline() |
Step |
getStep() |
String |
getValue() |
Variable |
getVariable() |
net.sf.saxon.s9api.XdmNode |
getXpathContextNode() |
public String getValue()
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.