Package Summary Overview Summary |
T
- the object type returned by the XPath evaluation. public interface XPathEvaluationResult<T>
XPathEvaluationResult
interface represents the result of the evaluation of an XPath expression within the context of a particular node. The evaluation of an XPath expression can result in various result types as defined in XML Path Language (XPath) Version 1.0. Modifier and Type | Interface | Description |
---|---|---|
static class | XPathEvaluationResult.XPathResultType |
XPathResultType represents possible return types of an XPath evaluation.
|
Modifier and Type | Method | Description |
---|---|---|
XPathEvaluationResult.XPathResultType | type() |
Return the result type as an enum specified by
XPathResultType
|
T | value() |
Returns the value of the result as the type
<T> specified for the class. |
XPathEvaluationResult.XPathResultType type()
XPathResultType
T value()
<T>
specified for the class.
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation . That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-ea+159
© 2017 Oracle Corporation and/or its affiliates