T
- The generic type of the results retruend by the expression.public interface XPathDiagnostic<T>
XPathExpression
;Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getContext() |
java.util.List<java.lang.Object> |
getFilteredResults()
Returns the XPath results which are not returned by the regular evaluate
process.
|
java.util.List<java.lang.Object> |
getRawResults()
Returns the XPath results before any were filtered.
|
java.util.List<T> |
getResult()
Returns the results as they would be returned by the regular evaluate
process (read-only).
|
XPathExpression<T> |
getXPathExpression() |
boolean |
isFirstOnly()
Indicate whether the query was evaluated as a first-only evaluation.
|
java.lang.Object getContext()
XPathExpression<T> getXPathExpression()
XPathExpression
instance that generated this
diagnostic.java.util.List<T> getResult()
java.util.List<java.lang.Object> getFilteredResults()
java.util.List<java.lang.Object> getRawResults()
boolean isFirstOnly()
Copyright © 2021 Jason Hunter, Brett McLaughlin. All Rights Reserved.