| Package | Description |
|---|---|
| org.trancecode.xproc | |
| org.trancecode.xproc.event | |
| org.trancecode.xproc.step | |
| org.trancecode.xproc.variable |
| Modifier and Type | Method and Description |
|---|---|
net.sf.saxon.s9api.XdmNode |
Environment.getXPathContextNode(Variable variable) |
static org.trancecode.xproc.api.XProcException |
XProcExceptions.xs0004(Variable option) |
static org.trancecode.xproc.api.XProcException |
XProcExceptions.xs0018(Variable option) |
| Modifier and Type | Method and Description |
|---|---|
Variable |
VariableEvent.getVariable() |
| Constructor and Description |
|---|
AfterEvaluateVariableEvent(Step pipeline,
Step step,
Variable variable,
net.sf.saxon.s9api.XdmNode xpathContextNode,
String value) |
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 |
|---|---|
Variable |
Step.getVariable(net.sf.saxon.s9api.QName name) |
| Modifier and Type | Method and Description |
|---|---|
Map<net.sf.saxon.s9api.QName,Variable> |
Step.getParameters() |
Map<net.sf.saxon.s9api.QName,Variable> |
Step.getVariables() |
| Modifier and Type | Method and Description |
|---|---|
Step |
Step.declareVariable(Variable variable) |
| Modifier and Type | Method and Description |
|---|---|
Step |
Step.declareVariables(Map<net.sf.saxon.s9api.QName,Variable> variables) |
| Modifier and Type | Method and Description |
|---|---|
static Variable |
Variable.newOption(net.sf.saxon.s9api.QName name) |
static Variable |
Variable.newOption(net.sf.saxon.s9api.QName name,
Location location) |
static Variable |
Variable.newParameter(net.sf.saxon.s9api.QName name) |
static Variable |
Variable.newParameter(net.sf.saxon.s9api.QName name,
Location location) |
static Variable |
Variable.newVariable(net.sf.saxon.s9api.QName name) |
static Variable |
Variable.newVariable(net.sf.saxon.s9api.QName name,
Location location) |
Variable |
Variable.setLocation(Location location) |
Variable |
Variable.setNode(net.sf.saxon.s9api.XdmNode node) |
Variable |
Variable.setPortBinding(PortBinding portBinding) |
Variable |
Variable.setRequired(boolean required) |
Variable |
Variable.setSelect(String select) |
Variable |
Variable.setValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Function<Variable,net.sf.saxon.s9api.QName> |
VariableFunctions.getName() |
static com.google.common.base.Function<Variable,Variable> |
VariableFunctions.identity() |
static com.google.common.base.Function<Variable,Variable> |
VariableFunctions.identity() |
static com.google.common.base.Predicate<Variable> |
VariablePredicates.isNamed(net.sf.saxon.s9api.QName name) |
static com.google.common.base.Predicate<Variable> |
VariablePredicates.isOption() |
Copyright © 2009-2012 TranceCode. All Rights Reserved.