| Package | Description | 
|---|---|
| org.eclipse.rdf4j.http.client | |
| org.eclipse.rdf4j.query.resultio | |
| org.eclipse.rdf4j.query.resultio.binary | |
| org.eclipse.rdf4j.query.resultio.sparqljson | A writer for the 
        SPARQL Query Results JSON Format | 
| org.eclipse.rdf4j.query.resultio.sparqlxml | Parsers and writers for the 
        SPARQL Query Results XML Format | 
| org.eclipse.rdf4j.query.resultio.text.csv | |
| org.eclipse.rdf4j.query.resultio.text.tsv | |
| org.eclipse.rdf4j.repository.http | A repository that serves as a proxy client for a remote repository on an Rdf4j Server. | 
| Modifier and Type | Method and Description | 
|---|---|
| TupleQueryResultFormat | SPARQLProtocolSession. getPreferredTupleQueryResultFormat()Gets the preferred  TupleQueryResultFormatfor encoding tuple query results. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SPARQLProtocolSession. setPreferredTupleQueryResultFormat(TupleQueryResultFormat format)Sets the preferred format for encoding tuple query results. | 
| Modifier and Type | Field and Description | 
|---|---|
| static TupleQueryResultFormat | TupleQueryResultFormat. BINARYBinary RDF results table format. | 
| static TupleQueryResultFormat | TupleQueryResultFormat. CSVSPARQL Query Result CSV Format. | 
| static TupleQueryResultFormat | TupleQueryResultFormat. JSONSPARQL Query Results JSON Format. | 
| static TupleQueryResultFormat | TupleQueryResultFormat. SPARQLSPARQL Query Results XML Format. | 
| static TupleQueryResultFormat | TupleQueryResultFormat. TSVSPARQL Query Result TSV Format. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract TupleQueryResultFormat | AbstractQueryResultIOBooleanTest. getMatchingTupleFormatOrNull() | 
| protected abstract TupleQueryResultFormat | AbstractQueryResultIOTupleTest. getTupleFormat() | 
| TupleQueryResultFormat | TupleQueryResultParserFactory. getTupleQueryResultFormat()Returns the tuple query result format for this factory. | 
| TupleQueryResultFormat | TupleQueryResultWriterFactory. getTupleQueryResultFormat()Returns the tuple query result format for this factory. | 
| TupleQueryResultFormat | TupleQueryResultParser. getTupleQueryResultFormat()Gets the query result format that this parser can parse. | 
| TupleQueryResultFormat | TupleQueryResultWriter. getTupleQueryResultFormat()Gets the query result format that this writer uses. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AbstractQueryResultIOTest. doBooleanParseNoHandlerOnTupleResults(BooleanQueryResultFormat format,
                                     TupleQueryResult tqr,
                                     TupleQueryResultFormat matchingTupleFormat)Tests that the parser returned for a BooleanQueryResultFormat is not able to parse a TupleQueryResultFormat using
 the deprecated  BooleanQueryResultParser.parse(java.io.InputStream)method, and that it does indeed
 through an exception of typeQueryResultParseException. | 
| protected void | AbstractQueryResultIOTest. doTupleJSONPCallback(TupleQueryResultFormat format,
                    TupleQueryResult input,
                    TupleQueryResult expected)Test specifically for JSONP callback support. | 
| protected void | AbstractQueryResultIOTest. doTupleLinks(TupleQueryResultFormat format,
            TupleQueryResult input,
            TupleQueryResult expected,
            List<String> links) | 
| protected void | AbstractQueryResultIOTest. doTupleLinksAndStylesheet(TupleQueryResultFormat format,
                         TupleQueryResult input,
                         TupleQueryResult expected,
                         List<String> links,
                         String stylesheetUrl) | 
| protected void | AbstractQueryResultIOTest. doTupleLinksAndStylesheetAndNamespaces(TupleQueryResultFormat format,
                                      TupleQueryResult input,
                                      TupleQueryResult expected,
                                      List<String> links,
                                      String stylesheetUrl,
                                      Map<String,String> namespaces) | 
| protected void | AbstractQueryResultIOTest. doTupleLinksAndStylesheetAndNamespacesQName(TupleQueryResultFormat format,
                                           TupleQueryResult input,
                                           TupleQueryResult expected,
                                           List<String> links,
                                           String stylesheetUrl,
                                           Map<String,String> namespaces)Test specifically for QName support. | 
| protected void | AbstractQueryResultIOTest. doTupleLinksAndStylesheetMultipleEndHeaders(TupleQueryResultFormat format,
                                           TupleQueryResult input,
                                           TupleQueryResult expected,
                                           List<String> links,
                                           String stylesheetUrl) | 
| protected void | AbstractQueryResultIOTest. doTupleLinksAndStylesheetNoStarts(TupleQueryResultFormat format,
                                 TupleQueryResult input,
                                 TupleQueryResult expected,
                                 List<String> links,
                                 String stylesheetUrl) | 
| protected void | AbstractQueryResultIOTest. doTupleMissingStartQueryResult(TupleQueryResultFormat format,
                              TupleQueryResult input,
                              TupleQueryResult expected,
                              List<String> links,
                              String stylesheetUrl) | 
| protected void | AbstractQueryResultIOTest. doTupleNoHandler(TupleQueryResultFormat format,
                TupleQueryResult input,
                TupleQueryResult expected)Tests that parsing a tuple results set without specifying a  TupleQueryResultHandlerdoes not throw any
 exceptions. | 
| protected void | AbstractQueryResultIOTest. doTupleNoLinks(TupleQueryResultFormat format,
              TupleQueryResult input,
              TupleQueryResult expected) | 
| protected void | AbstractQueryResultIOTest. doTupleParseNoHandlerOnBooleanResults(TupleQueryResultFormat format,
                                     boolean input,
                                     BooleanQueryResultFormat matchingBooleanFormat)Tests that the parser returned for a TupleQueryResultFormat is not able to parse a BooleanQueryResultFormat using
 the deprecated  TupleQueryResultParser.parse(java.io.InputStream)method, and that it does indeed through
 an exception of typeQueryResultParseException. | 
| protected void | AbstractQueryResultIOTest. doTupleStylesheet(TupleQueryResultFormat format,
                 TupleQueryResult input,
                 TupleQueryResult expected,
                 String stylesheetUrl) | 
| protected TupleQueryResult | AbstractQueryResultIOTest. parseTupleInternal(TupleQueryResultFormat format,
                  InputStream in)Override this to customise how the tuple parsing is performed, particularly to test background and other parsing
 strategies. | 
| Modifier and Type | Method and Description | 
|---|---|
| TupleQueryResultFormat | BinaryQueryResultWriter. getQueryResultFormat() | 
| TupleQueryResultFormat | BinaryQueryResultParser. getTupleQueryResultFormat() | 
| TupleQueryResultFormat | BinaryQueryResultWriter. getTupleQueryResultFormat() | 
| TupleQueryResultFormat | BinaryQueryResultParserFactory. getTupleQueryResultFormat()Returns  BINARY. | 
| TupleQueryResultFormat | BinaryQueryResultWriterFactory. getTupleQueryResultFormat()Returns  BINARY. | 
| Modifier and Type | Method and Description | 
|---|---|
| TupleQueryResultFormat | SPARQLResultsJSONWriter. getQueryResultFormat() | 
| TupleQueryResultFormat | SPARQLResultsJSONWriterFactory. getTupleQueryResultFormat()Returns  JSON. | 
| TupleQueryResultFormat | SPARQLResultsJSONWriter. getTupleQueryResultFormat() | 
| TupleQueryResultFormat | SPARQLResultsJSONParserFactory. getTupleQueryResultFormat()Returns  JSON. | 
| TupleQueryResultFormat | SPARQLResultsJSONParser. getTupleQueryResultFormat() | 
| Modifier and Type | Method and Description | 
|---|---|
| TupleQueryResultFormat | SPARQLResultsXMLWriter. getQueryResultFormat() | 
| TupleQueryResultFormat | SPARQLResultsXMLParser. getTupleQueryResultFormat() | 
| TupleQueryResultFormat | SPARQLResultsXMLParserFactory. getTupleQueryResultFormat()Returns  SPARQL. | 
| TupleQueryResultFormat | SPARQLResultsXMLWriterFactory. getTupleQueryResultFormat()Returns  SPARQL. | 
| TupleQueryResultFormat | SPARQLResultsXMLWriter. getTupleQueryResultFormat() | 
| Modifier and Type | Method and Description | 
|---|---|
| TupleQueryResultFormat | SPARQLResultsCSVWriter. getQueryResultFormat() | 
| TupleQueryResultFormat | SPARQLResultsCSVParserFactory. getTupleQueryResultFormat()Returns  CSV. | 
| TupleQueryResultFormat | SPARQLResultsCSVParser. getTupleQueryResultFormat() | 
| TupleQueryResultFormat | SPARQLResultsCSVWriterFactory. getTupleQueryResultFormat()Returns  CSV. | 
| TupleQueryResultFormat | SPARQLResultsCSVWriter. getTupleQueryResultFormat() | 
| Modifier and Type | Method and Description | 
|---|---|
| TupleQueryResultFormat | SPARQLResultsTSVWriter. getQueryResultFormat() | 
| TupleQueryResultFormat | SPARQLResultsTSVParserFactory. getTupleQueryResultFormat()Returns  TSV. | 
| TupleQueryResultFormat | SPARQLResultsTSVWriter. getTupleQueryResultFormat() | 
| TupleQueryResultFormat | SPARQLResultsTSVWriterFactory. getTupleQueryResultFormat()Returns  TSV. | 
| TupleQueryResultFormat | SPARQLResultsTSVParser. getTupleQueryResultFormat() | 
| Modifier and Type | Method and Description | 
|---|---|
| TupleQueryResultFormat | HTTPRepository. getPreferredTupleQueryResultFormat()Indicates the current preferred  TupleQueryResultFormat. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HTTPRepository. setPreferredTupleQueryResultFormat(TupleQueryResultFormat format)Sets the preferred serialization format for tuple query results to the supplied  TupleQueryResultFormat,
 overriding theSPARQLProtocolSession's default preference. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.