Modifier and Type | Method and Description |
---|---|
TupleQueryResult |
BackgroundResultExecutor.parse(TupleQueryResultParser parser,
InputStream in) |
Constructor and Description |
---|
BackgroundTupleResult(QueueCursor<BindingSet> queue,
TupleQueryResultParser parser,
InputStream in)
Deprecated.
|
BackgroundTupleResult(TupleQueryResultParser parser,
InputStream in)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTupleQueryResultParser
Base class for
TupleQueryResultParser s offering common functionality for query result parsers. |
class |
TupleQueryResultParserBase
Deprecated.
since 2.0. Use
AbstractTupleQueryResultParser instead. |
Modifier and Type | Method and Description |
---|---|
static TupleQueryResultParser |
QueryResultIO.createTupleParser(QueryResultFormat format)
Convenience methods for creating TupleQueryResultParser objects.
|
static TupleQueryResultParser |
QueryResultIO.createTupleParser(QueryResultFormat 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.
|
Constructor and Description |
---|
BackgroundTupleResult(QueueCursor<BindingSet> queue,
TupleQueryResultParser parser,
InputStream in) |
BackgroundTupleResult(TupleQueryResultParser parser,
InputStream in) |
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 © 2015-2019 Eclipse Foundation. All Rights Reserved.