public class SPARQLResultsCSVParser extends TupleQueryResultParserBase implements TupleQueryResultParser
handler, valueFactory| Constructor and Description |
|---|
SPARQLResultsCSVParser() |
| Modifier and Type | Method and Description |
|---|---|
TupleQueryResultFormat |
getTupleQueryResultFormat()
Gets the query result format that this parser can parse.
|
void |
parse(InputStream in)
Parses the data from the supplied InputStream.
|
getQueryResultFormat, parseQueryResult, setTupleQueryResultHandlergetParserConfig, getSupportedSettings, setParserConfig, setQueryResultHandler, setValueFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetTupleQueryResultHandlergetParserConfig, getQueryResultFormat, getSupportedSettings, parseQueryResult, setParserConfig, setQueryResultHandler, setValueFactorypublic TupleQueryResultFormat getTupleQueryResultFormat()
TupleQueryResultParsergetTupleQueryResultFormat in interface TupleQueryResultParserpublic void parse(InputStream in) throws IOException, QueryResultParseException, TupleQueryResultHandlerException
TupleQueryResultParserparse in interface TupleQueryResultParserin - 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.TupleQueryResultHandlerException - If the configured query result handler has encountered an
unrecoverable error.Copyright © 2001–2015 Aduna. All rights reserved.