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 and Description |
---|---|
static class |
XPathEvaluationResult.XPathResultType
XPathResultType represents possible return types of an XPath evaluation.
|
Modifier and Type | Method and 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, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-01-26-133437.ivan.openjdk9onspinwait