| 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  | AbstractTupleQueryResultParserBase class for  TupleQueryResultParsers offering common functionality for query result parsers. | 
| class  | TupleQueryResultParserBaseDeprecated. 
 since 2.0. Use  AbstractTupleQueryResultParserinstead. | 
| 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  | BinaryQueryResultParserReader 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  | SPARQLResultsJSONParserParser 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  | SPARQLResultsXMLParserParser 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  | SPARQLResultsCSVParserSPARQL 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  | SPARQLResultsTSVParserSPARQL Results TSV format parser. | 
| Modifier and Type | Method and Description | 
|---|---|
| TupleQueryResultParser | SPARQLResultsTSVParserFactory. getParser()Returns a new instance of SPARQLResultsTSVParser. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.