|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BooleanQueryResultParser
A general interface for boolean query result parsers.
| Method Summary | |
|---|---|
BooleanQueryResultFormat |
getBooleanQueryResultFormat()
Gets the query result format that this parser can parse. |
boolean |
parse(InputStream in)
Parses the data from the supplied InputStream. |
| Method Detail |
|---|
BooleanQueryResultFormat getBooleanQueryResultFormat()
boolean parse(InputStream in)
throws IOException,
QueryResultParseException
in - The InputStream from which to read the data.
IOException - If an I/O error occurred while data was read from the InputStream.
QueryResultParseException - If the parser has encountered an unrecoverable parse error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||