Uses of Enum Class
org.citrusframework.xml.xpath.XPathExpressionResult
Packages that use XPathExpressionResult
-
Uses of XPathExpressionResult in org.citrusframework.xml.xpath
Methods in org.citrusframework.xml.xpath that return XPathExpressionResultModifier and TypeMethodDescriptionstatic XPathExpressionResultXPathExpressionResult.fromString(String value, XPathExpressionResult defaultResult) Get the enumeration value from an expression string.static XPathExpressionResultReturns the enum constant of this class with the specified name.static XPathExpressionResult[]XPathExpressionResult.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.citrusframework.xml.xpath with parameters of type XPathExpressionResultModifier and TypeMethodDescriptionstatic ObjectXPathUtils.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 XPathExpressionResultXPathExpressionResult.fromString(String value, XPathExpressionResult defaultResult) Get the enumeration value from an expression string.