Package | Description |
---|---|
com.consol.citrus.xml.xpath |
Modifier and Type | Method and Description |
---|---|
static XPathExpressionResult |
XPathExpressionResult.fromString(String value,
XPathExpressionResult defaultResult)
Get the enumeration value from an expression string.
|
static XPathExpressionResult |
XPathExpressionResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XPathExpressionResult[] |
XPathExpressionResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Object |
XPathUtils.evaluate(Node node,
String xPathExpression,
NamespaceContext nsContext,
XPathExpressionResult resultType)
Evaluate XPath expression as String result type regardless
what actual result type the expression will evaluate to.
|
static XPathExpressionResult |
XPathExpressionResult.fromString(String value,
XPathExpressionResult defaultResult)
Get the enumeration value from an expression string.
|
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.