| Package | Description |
|---|---|
| org.hudsonci.xpath | |
| org.hudsonci.xpath.impl |
| Modifier and Type | Method and Description |
|---|---|
XNamespaceContext |
XPathAPI.getNamespaceContext() |
XNamespaceContext |
XPath.getNamespaceContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
XPathAPI.setNamespaceContext(XNamespaceContext nsContext) |
void |
XPath.setNamespaceContext(XNamespaceContext nsContext) |
| Modifier and Type | Method and Description |
|---|---|
XNamespaceContext |
XPathJavaImpl.getNamespaceContext()
Get namespace 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.setNamespaceContext(XNamespaceContext nsContext)
Get namespace context used when evaluating XPath expression.
|
Copyright © 2015. All rights reserved.