| Package | Description |
|---|---|
| org.openrdf.http.client | |
| 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.csv | |
| org.openrdf.query.resultio.text.tsv |
| Constructor and Description |
|---|
BackgroundTupleResult(QueueCursor<BindingSet> queue,
TupleQueryResultParser parser,
InputStream in) |
BackgroundTupleResult(TupleQueryResultParser parser,
InputStream in) |
| Modifier and Type | Class and Description |
|---|---|
class |
TupleQueryResultParserBase
Base class for
TupleQueryResultParsers offering common functionality
for query result parsers. |
| Modifier and Type | Method and Description |
|---|---|
static TupleQueryResultParser |
QueryResultIO.createParser(TupleQueryResultFormat format)
Convenience methods for creating TupleQueryResultParser objects.
|
static TupleQueryResultParser |
QueryResultIO.createParser(TupleQueryResultFormat format,
ValueFactory valueFactory)
Convenience methods for creating TupleQueryResultParser objects that use
the specified ValueFactory to create RDF model objects.
|
TupleQueryResultParser |
TupleQueryResultParserFactory.getParser()
Returns a TupleQueryResultParser instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryQueryResultParser
Reader for the binary tuple result format.
|
| Modifier and Type | Method and Description |
|---|---|
TupleQueryResultParser |
BinaryQueryResultParserFactory.getParser()
Returns a new instance of BinaryQueryResultParser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SPARQLResultsJSONParser
Parser for SPARQL-1.1 JSON Results Format documents
|
| Modifier and Type | Method and Description |
|---|---|
TupleQueryResultParser |
SPARQLResultsJSONParserFactory.getParser()
Returns a new instance of
SPARQLResultsJSONParser. |
| Modifier and Type | Class and Description |
|---|---|
class |
SPARQLResultsXMLParser
Parser for reading tuple query results formatted as SPARQL Results Documents.
|
| Modifier and Type | Method and Description |
|---|---|
TupleQueryResultParser |
SPARQLResultsXMLParserFactory.getParser()
Returns a new instance of
SPARQLResultsXMLParser. |
| Modifier and Type | Class and Description |
|---|---|
class |
SPARQLResultsCSVParser
SPARQL Results CSV format parser.
|
| Modifier and Type | Method and Description |
|---|---|
TupleQueryResultParser |
SPARQLResultsCSVParserFactory.getParser()
Returns a new instance of SPARQLResultsCSVParser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SPARQLResultsTSVParser
SPARQL Results TSV format parser.
|
| Modifier and Type | Method and Description |
|---|---|
TupleQueryResultParser |
SPARQLResultsTSVParserFactory.getParser()
Returns a new instance of SPARQLResultsTSVParser.
|
Copyright © 2001–2015 Aduna. All rights reserved.