|
JDOM 2.0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The generic type of the results retruend by the expression.public interface XPathDiagnostic<T>
Class representing the results of an XPath query allowing JDOM users to trace
whether an item returned from an XPath query is subsequently filtered by the
coercion filter attached to the XPathExpression
;
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
JDOM 2.0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |