public class SPARQLResultsTSVParser extends AbstractTupleQueryResultParser implements TupleQueryResultParser
handler, valueFactory
Constructor and Description |
---|
SPARQLResultsTSVParser() |
Modifier and Type | Method and Description |
---|---|
protected SPARQLResultsTSVMappingStrategy |
createMappingStrategy() |
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, setTupleQueryResultHandler
getParseErrorListener, getParseLocationListener, getParserConfig, getSupportedSettings, set, setParseErrorListener, setParseLocationListener, setParserConfig, setQueryResultHandler, setValueFactory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setTupleQueryResultHandler
getParserConfig, getQueryResultFormat, getSupportedSettings, parseQueryResult, set, setParseErrorListener, setParseLocationListener, setParserConfig, setQueryResultHandler, setValueFactory
public TupleQueryResultFormat getTupleQueryResultFormat()
TupleQueryResultParser
getTupleQueryResultFormat
in interface TupleQueryResultParser
public void parse(InputStream in) throws QueryResultParseException, TupleQueryResultHandlerException
TupleQueryResultParser
parse
in interface TupleQueryResultParser
in
- The InputStream from which to read the data.QueryResultParseException
- If the parser has encountered an unrecoverable parse error.TupleQueryResultHandlerException
- If the configured query result handler has encountered an unrecoverable
error.protected SPARQLResultsTSVMappingStrategy createMappingStrategy()
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.