|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.query.resultio.text.BooleanTextParser
public class BooleanTextParser
Reader for the plain text boolean result format.
| Constructor Summary | |
|---|---|
BooleanTextParser()
Creates a new parser for the plain text boolean query result format. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BooleanTextParser()
| Method Detail |
|---|
public final BooleanQueryResultFormat getBooleanQueryResultFormat()
BooleanQueryResultParser
getBooleanQueryResultFormat in interface BooleanQueryResultParser
public boolean parse(InputStream in)
throws IOException,
QueryResultParseException
BooleanQueryResultParser
parse in interface BooleanQueryResultParserin - 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 | |||||||||