public class BooleanTextParser extends AbstractQueryResultParser implements BooleanQueryResultParser
handler, valueFactory| Constructor and Description |
|---|
BooleanTextParser()
Creates a new parser for the plain text boolean query result format.
|
| Modifier and Type | Method and Description |
|---|---|
BooleanQueryResultFormat |
getBooleanQueryResultFormat() |
QueryResultFormat |
getQueryResultFormat() |
boolean |
parse(InputStream in) |
void |
parseQueryResult(InputStream in) |
getParseErrorListener, getParseLocationListener, getParserConfig, getSupportedSettings, set, setParseErrorListener, setParseLocationListener, setParserConfig, setQueryResultHandler, setValueFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParserConfig, getSupportedSettings, set, setParseErrorListener, setParseLocationListener, setParserConfig, setQueryResultHandler, setValueFactorypublic BooleanTextParser()
public final BooleanQueryResultFormat getBooleanQueryResultFormat()
getBooleanQueryResultFormat in interface BooleanQueryResultParserpublic boolean parse(InputStream in) throws IOException, QueryResultParseException
parse in interface BooleanQueryResultParserIOExceptionQueryResultParseExceptionpublic final QueryResultFormat getQueryResultFormat()
getQueryResultFormat in interface QueryResultParserpublic void parseQueryResult(InputStream in) throws IOException, QueryResultParseException, QueryResultHandlerException
parseQueryResult in interface QueryResultParserIOExceptionQueryResultParseExceptionQueryResultHandlerExceptionCopyright © 2015-2017 Eclipse Foundation. All Rights Reserved.