| Package | Description |
|---|---|
| org.hudsonci.xpath | |
| org.hudsonci.xpath.impl |
| Modifier and Type | Method and Description |
|---|---|
boolean |
XPathAPI.booleanValueOf(Object xpathContext) |
boolean |
XPath.booleanValueOf(Object xpathContext) |
Object |
XPathAPI.evaluate(Object xpathContext) |
Object |
XPath.evaluate(Object xpathContext) |
double |
XPathAPI.numberValueOf(Object xpathContext) |
double |
XPath.numberValueOf(Object xpathContext) |
List |
XPathAPI.selectNodes(Object xpathContext) |
List |
XPath.selectNodes(Object xpathContext) |
org.dom4j.Node |
XPathAPI.selectSingleNode(Object xpathContext) |
org.dom4j.Node |
XPath.selectSingleNode(Object xpathContext) |
String |
XPathAPI.stringValueOf(Object xpathContext) |
String |
XPath.stringValueOf(Object xpathContext) |
| Constructor and Description |
|---|
XPath(String expr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
XPathJavaImpl.booleanValueOf(Object xpathContext)
Return boolean result of evaluating expression.
|
Node |
Dom2Dom.dom2Dom(org.dom4j.Node node,
boolean trim) |
Node |
Dom2Dom.dom2DomX(org.dom4j.Node node,
boolean trim)
Map a org.dom4j.Node to a org.w3c.dom.Node, including its ancestors
and descendents.
|
Object |
XPathJavaImpl.evaluate(Object xpathContext)
Evaluate expression and return an appropriate value, one of: Node, NodeList,
String, Boolean or Double.
|
double |
XPathJavaImpl.numberValueOf(Object xpathContext)
Return double result of evaluating expression.
|
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 ".".
|
List |
XPathJavaImpl.selectNodes(Object xpathContext)
Return List of Node result of evaluating expression.
|
org.dom4j.Node |
XPathJavaImpl.selectSingleNode(Object xpathContext)
Return Node result of evaluating expression.
|
String |
XPathJavaImpl.stringValueOf(Object xpathContext)
Return String result of evaluating expression.
|
Copyright © 2015. All rights reserved.