Package | Description |
---|---|
org.openrdf.query.resultio | |
org.openrdf.query.resultio.binary | |
org.openrdf.query.resultio.sparqljson |
A writer for the SPARQL Query Results JSON Format
|
org.openrdf.query.resultio.sparqlxml |
Parsers and writers for the SPARQL Query Results XML Format
|
org.openrdf.query.resultio.text | |
org.openrdf.query.resultio.text.csv | |
org.openrdf.query.resultio.text.tsv |
Modifier and Type | Method and Description |
---|---|
void |
TupleQueryResultParser.parse(InputStream in)
Deprecated.
Use
QueryResultParser.parseQueryResult(InputStream) instead. |
boolean |
BooleanQueryResultParser.parse(InputStream in)
Deprecated.
Use
QueryResultParser.parseQueryResult(InputStream) instead. |
static boolean |
QueryResultIO.parse(InputStream in,
BooleanQueryResultFormat format)
Parses a boolean query result document and returns the parsed value.
|
static TupleQueryResult |
QueryResultIO.parse(InputStream in,
TupleQueryResultFormat format)
Parses a query result document and returns it as a TupleQueryResult
object.
|
static void |
QueryResultIO.parse(InputStream in,
TupleQueryResultFormat format,
TupleQueryResultHandler handler,
ValueFactory valueFactory)
Parses a query result document, reporting the parsed solutions to the
supplied TupleQueryResultHandler.
|
void |
QueryResultParser.parseQueryResult(InputStream in)
Parse the query results out of the given
InputStream into the
handler setup using QueryResultParser.setQueryResultHandler(QueryResultHandler) . |
void |
TupleQueryResultParserBase.parseQueryResult(InputStream in) |
Modifier and Type | Method and Description |
---|---|
void |
BinaryQueryResultParser.parse(InputStream in) |
Modifier and Type | Method and Description |
---|---|
boolean |
SPARQLBooleanJSONParser.parse(InputStream in)
Deprecated.
|
void |
SPARQLResultsJSONParser.parse(InputStream in)
Deprecated.
|
void |
SPARQLJSONParserBase.parseQueryResult(InputStream in) |
protected boolean |
SPARQLJSONParserBase.parseQueryResultInternal(InputStream in,
boolean attemptParseBoolean,
boolean attemptParseTuple) |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLResultsXMLParser.parse(InputStream in) |
boolean |
SPARQLBooleanXMLParser.parse(InputStream in) |
void |
SPARQLXMLParserBase.parseQueryResult(InputStream in) |
protected boolean |
SPARQLXMLParserBase.parseQueryResultInternal(InputStream in,
boolean attemptParseBoolean,
boolean attemptParseTuple) |
Modifier and Type | Method and Description |
---|---|
boolean |
BooleanTextParser.parse(InputStream in) |
void |
BooleanTextParser.parseQueryResult(InputStream in) |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLResultsCSVParser.parse(InputStream in) |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLResultsTSVParser.parse(InputStream in) |
Copyright © 2001-2013 Aduna. All Rights Reserved.