| Package | Description | 
|---|---|
| org.eclipse.rdf4j.http.client | |
| org.eclipse.rdf4j.query.resultio | |
| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| BooleanQueryResultFormat | SPARQLProtocolSession. getPreferredBooleanQueryResultFormat()Gets the preferred  BooleanQueryResultFormatfor encoding boolean query results. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SPARQLProtocolSession. setPreferredBooleanQueryResultFormat(BooleanQueryResultFormat format)Sets the preferred format for encoding boolean query results. | 
| Modifier and Type | Field and Description | 
|---|---|
| static BooleanQueryResultFormat | BooleanQueryResultFormat. JSONSPARQL Query Results JSON Format. | 
| static BooleanQueryResultFormat | BooleanQueryResultFormat. SPARQLSPARQL Query Results XML Format. | 
| static BooleanQueryResultFormat | BooleanQueryResultFormat. TEXTPlain text encoding using values "true" and "false" (case-insensitive). | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract BooleanQueryResultFormat | AbstractQueryResultIOBooleanTest. getBooleanFormat() | 
| BooleanQueryResultFormat | BooleanQueryResultParser. getBooleanQueryResultFormat()Gets the query result format that this parser can parse. | 
| BooleanQueryResultFormat | BooleanQueryResultWriterFactory. getBooleanQueryResultFormat()Returns the boolean query result format for this factory. | 
| BooleanQueryResultFormat | BooleanQueryResultWriter. getBooleanQueryResultFormat()Gets the query result format that this writer uses. | 
| BooleanQueryResultFormat | BooleanQueryResultParserFactory. getBooleanQueryResultFormat()Returns the boolean query result format for this factory. | 
| protected abstract BooleanQueryResultFormat | AbstractQueryResultIOTupleTest. getMatchingBooleanFormatOrNull() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AbstractQueryResultIOTest. doBooleanLinks(BooleanQueryResultFormat format,
              boolean input,
              List<String> links) | 
| protected void | AbstractQueryResultIOTest. doBooleanLinksAndStylesheet(BooleanQueryResultFormat format,
                           boolean input,
                           List<String> links,
                           String stylesheetUrl) | 
| protected void | AbstractQueryResultIOTest. doBooleanLinksAndStylesheetAndNamespaces(BooleanQueryResultFormat format,
                                        boolean input,
                                        List<String> links,
                                        String stylesheetUrl,
                                        Map<String,String> namespaces) | 
| protected void | AbstractQueryResultIOTest. doBooleanLinksOnly(BooleanQueryResultFormat format,
                  boolean input,
                  List<String> links) | 
| protected void | AbstractQueryResultIOTest. doBooleanNoHandler(BooleanQueryResultFormat format,
                  boolean input)Tests that parsing a boolean without specifying a  BooleanQueryResultHandlerdoes not throw any
 exceptions. | 
| protected void | AbstractQueryResultIOTest. doBooleanNoLinks(BooleanQueryResultFormat format,
                boolean input) | 
| 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. doBooleanStylesheet(BooleanQueryResultFormat format,
                   boolean input,
                   String stylesheetUrl) | 
| protected void | AbstractQueryResultIOTest. doInvalidBooleanAfterStartQueryResult(BooleanQueryResultFormat format,
                                     boolean input,
                                     List<String> links) | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| BooleanQueryResultFormat | SPARQLBooleanJSONParserFactory. getBooleanQueryResultFormat()Returns  JSON. | 
| BooleanQueryResultFormat | SPARQLBooleanJSONParser. getBooleanQueryResultFormat() | 
| BooleanQueryResultFormat | SPARQLBooleanJSONWriterFactory. getBooleanQueryResultFormat()Returns  JSON. | 
| BooleanQueryResultFormat | SPARQLBooleanJSONWriter. getBooleanQueryResultFormat() | 
| BooleanQueryResultFormat | SPARQLBooleanJSONWriter. getQueryResultFormat() | 
| Modifier and Type | Method and Description | 
|---|---|
| BooleanQueryResultFormat | SPARQLBooleanXMLParser. getBooleanQueryResultFormat() | 
| BooleanQueryResultFormat | SPARQLBooleanXMLWriterFactory. getBooleanQueryResultFormat()Returns  SPARQL. | 
| BooleanQueryResultFormat | SPARQLBooleanXMLParserFactory. getBooleanQueryResultFormat()Returns  SPARQL. | 
| BooleanQueryResultFormat | SPARQLBooleanXMLWriter. getBooleanQueryResultFormat() | 
| BooleanQueryResultFormat | SPARQLBooleanXMLWriter. getQueryResultFormat() | 
| Modifier and Type | Method and Description | 
|---|---|
| BooleanQueryResultFormat | BooleanTextParserFactory. getBooleanQueryResultFormat()Returns  TEXT. | 
| BooleanQueryResultFormat | BooleanTextWriter. getBooleanQueryResultFormat() | 
| BooleanQueryResultFormat | BooleanTextWriterFactory. getBooleanQueryResultFormat()Returns  TEXT. | 
| BooleanQueryResultFormat | BooleanTextParser. getBooleanQueryResultFormat() | 
| BooleanQueryResultFormat | BooleanTextWriter. getQueryResultFormat() | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.