public class SPARQLResultsTSVParser extends TupleQueryResultParserBase
handler, valueFactory| Constructor and Description |
|---|
SPARQLResultsTSVParser() |
| Modifier and Type | Method and Description |
|---|---|
TupleQueryResultFormat |
getTupleQueryResultFormat() |
void |
parse(InputStream in) |
protected Literal |
parseLiteral(String literal)
Parses a literal, creates an object for it and returns this object.
|
setTupleQueryResultHandler, setValueFactorypublic TupleQueryResultFormat getTupleQueryResultFormat()
public void parse(InputStream in) throws IOException, QueryResultParseException, TupleQueryResultHandlerException
protected Literal parseLiteral(String literal) throws IllegalArgumentException
literal - The literal to parse.IllegalArgumentException - If the supplied literal could not be parsed correctly.Copyright © 2001-2013 Aduna. All Rights Reserved.