public interface BooleanQueryResultParser extends QueryResultParser
| Modifier and Type | Method and Description | 
|---|---|
| BooleanQueryResultFormat | getBooleanQueryResultFormat()Gets the query result format that this parser can parse. | 
| boolean | parse(InputStream in)Deprecated. 
 Use  QueryResultParser.parseQueryResult(InputStream)instead. | 
getParserConfig, getQueryResultFormat, getSupportedSettings, parseQueryResult, set, setParseErrorListener, setParseLocationListener, setParserConfig, setQueryResultHandler, setValueFactoryBooleanQueryResultFormat getBooleanQueryResultFormat()
@Deprecated boolean parse(InputStream in) throws IOException, QueryResultParseException
QueryResultParser.parseQueryResult(InputStream) instead.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.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.