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
BooleanQueryResultFormat for 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.JSON
SPARQL Query Results JSON Format.
|
static BooleanQueryResultFormat |
BooleanQueryResultFormat.SPARQL
SPARQL Query Results XML Format.
|
static BooleanQueryResultFormat |
BooleanQueryResultFormat.TEXT
Plain text encoding using values "true" and "false" (case-insensitive).
|
Modifier and Type | Method and Description |
---|---|
protected abstract BooleanQueryResultFormat |
AbstractQueryResultIOBooleanTest.getBooleanFormat() |
BooleanQueryResultFormat |
BooleanQueryResultWriter.getBooleanQueryResultFormat()
Gets the query result format that this writer uses.
|
BooleanQueryResultFormat |
BooleanQueryResultWriterFactory.getBooleanQueryResultFormat()
Returns the boolean query result format for this factory.
|
BooleanQueryResultFormat |
BooleanQueryResultParser.getBooleanQueryResultFormat()
Gets the query result format that this parser can parse.
|
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
BooleanQueryResultHandler does 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 type QueryResultParseException . |
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 type QueryResultParseException . |
Modifier and Type | Method and Description |
---|---|
BooleanQueryResultFormat |
SPARQLBooleanJSONWriter.getBooleanQueryResultFormat() |
BooleanQueryResultFormat |
SPARQLBooleanJSONWriterFactory.getBooleanQueryResultFormat()
Returns
JSON . |
BooleanQueryResultFormat |
SPARQLBooleanJSONParserFactory.getBooleanQueryResultFormat()
Returns
JSON . |
BooleanQueryResultFormat |
SPARQLBooleanJSONParser.getBooleanQueryResultFormat() |
BooleanQueryResultFormat |
SPARQLBooleanJSONWriter.getQueryResultFormat() |
Modifier and Type | Method and Description |
---|---|
BooleanQueryResultFormat |
SPARQLBooleanXMLWriterFactory.getBooleanQueryResultFormat()
Returns
SPARQL . |
BooleanQueryResultFormat |
SPARQLBooleanXMLParser.getBooleanQueryResultFormat() |
BooleanQueryResultFormat |
SPARQLBooleanXMLWriter.getBooleanQueryResultFormat() |
BooleanQueryResultFormat |
SPARQLBooleanXMLParserFactory.getBooleanQueryResultFormat()
Returns
SPARQL . |
BooleanQueryResultFormat |
SPARQLBooleanXMLWriter.getQueryResultFormat() |
Modifier and Type | Method and Description |
---|---|
BooleanQueryResultFormat |
BooleanTextWriterFactory.getBooleanQueryResultFormat()
Returns
TEXT . |
BooleanQueryResultFormat |
BooleanTextWriter.getBooleanQueryResultFormat() |
BooleanQueryResultFormat |
BooleanTextParserFactory.getBooleanQueryResultFormat()
Returns
TEXT . |
BooleanQueryResultFormat |
BooleanTextParser.getBooleanQueryResultFormat() |
BooleanQueryResultFormat |
BooleanTextWriter.getQueryResultFormat() |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.