| Package | Description |
|---|---|
| org.hudsonci.xpath | |
| org.hudsonci.xpath.impl |
| Modifier and Type | Method and Description |
|---|---|
XVariableContext |
XPathAPI.getVariableContext() |
XVariableContext |
XPath.getVariableContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
XPathAPI.setVariableContext(XVariableContext varContext) |
void |
XPath.setVariableContext(XVariableContext varContext) |
| Modifier and Type | Method and Description |
|---|---|
XVariableContext |
XPathJavaImpl.getVariableContext()
Get variable context.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<String,org.dom4j.Node> |
Rewriter.rewriteExpression(String expr,
XVariableContext varContext,
XNamespaceContext nsContext)
Rewrite the XPath expression such that at least one Node-valued
variable is replaced by the outer-most context ".".
|
void |
XPathJavaImpl.setVariableContext(XVariableContext varContext)
Set variable context used when evaluating XPath expression.
|
Copyright © 2015. All rights reserved.