T
- The generic type of the results retruend by the expression.public interface XPathDiagnostic<T>
XPathExpression
;Modifier and Type | Method and Description |
---|---|
Object |
getContext() |
List<Object> |
getFilteredResults()
Returns the XPath results which are not returned by the regular evaluate
process.
|
List<Object> |
getRawResults()
Returns the XPath results before any were filtered.
|
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.
|
Object getContext()
XPathExpression<T> getXPathExpression()
XPathExpression
instance that generated this
diagnostic.List<T> getResult()
List<Object> getFilteredResults()
List<Object> getRawResults()
boolean isFirstOnly()
Copyright ? 2014 Jason Hunter, Brett McLaughlin. All Rights Reserved.