|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XMLResult
Models arbitrary XML results and exposes a simple XPath-based query interface over them.
| Nested Class Summary | |
|---|---|
static class |
XMLResult.ISResultEvaluationException
An exception returned during xpath evaluation. |
static class |
XMLResult.ISResultInitialisationException
An exception returned during result initialisation. |
| Method Summary | |
|---|---|
List<String> |
evaluate(String xpath)
Returns the values of an XPath query against the result. |
String |
toString()
Returns the result serialisation. |
| Method Detail |
|---|
String toString()
toString in class Object
List<String> evaluate(String xpath)
throws XMLResult.ISResultEvaluationException
xpath - the XPath expression.
XMLResult.ISResultEvaluationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||