Uses of Class
org.eclipse.rdf4j.query.resultio.BooleanQueryResultFormat
Package
Description
A writer for the
SPARQL Query Results JSON Format
Parsers and writers for the
SPARQL Query Results XML Format
-
Uses of BooleanQueryResultFormat in org.eclipse.rdf4j.http.client
Modifier and TypeMethodDescriptionSPARQLProtocolSession.getPreferredBooleanQueryResultFormat()
Gets the preferredBooleanQueryResultFormat
for encoding boolean query results.Modifier and TypeMethodDescriptionvoid
SPARQLProtocolSession.setPreferredBooleanQueryResultFormat
(BooleanQueryResultFormat format) Sets the preferred format for encoding boolean query results. -
Uses of BooleanQueryResultFormat in org.eclipse.rdf4j.query.resultio
Modifier and TypeFieldDescriptionstatic final BooleanQueryResultFormat
BooleanQueryResultFormat.JSON
SPARQL Query Results JSON Format.static final BooleanQueryResultFormat
BooleanQueryResultFormat.SPARQL
SPARQL Query Results XML Format.static final BooleanQueryResultFormat
BooleanQueryResultFormat.TEXT
Plain text encoding using values "true" and "false" (case-insensitive).Modifier and TypeMethodDescriptionBooleanQueryResultParser.getBooleanQueryResultFormat()
Gets the query result format that this parser can parse.BooleanQueryResultParserFactory.getBooleanQueryResultFormat()
Returns the boolean query result format for this factory.BooleanQueryResultWriter.getBooleanQueryResultFormat()
Gets the query result format that this writer uses.BooleanQueryResultWriterFactory.getBooleanQueryResultFormat()
Returns the boolean query result format for this factory. -
Uses of BooleanQueryResultFormat in org.eclipse.rdf4j.query.resultio.sparqljson
Modifier and TypeMethodDescriptionSPARQLBooleanJSONParser.getBooleanQueryResultFormat()
SPARQLBooleanJSONParserFactory.getBooleanQueryResultFormat()
ReturnsJSON
.final BooleanQueryResultFormat
SPARQLBooleanJSONWriter.getBooleanQueryResultFormat()
SPARQLBooleanJSONWriterFactory.getBooleanQueryResultFormat()
ReturnsJSON
.final BooleanQueryResultFormat
SPARQLBooleanJSONWriter.getQueryResultFormat()
-
Uses of BooleanQueryResultFormat in org.eclipse.rdf4j.query.resultio.sparqlxml
Modifier and TypeMethodDescriptionSPARQLBooleanXMLParser.getBooleanQueryResultFormat()
SPARQLBooleanXMLParserFactory.getBooleanQueryResultFormat()
ReturnsSPARQL
.final BooleanQueryResultFormat
SPARQLBooleanXMLWriter.getBooleanQueryResultFormat()
SPARQLBooleanXMLWriterFactory.getBooleanQueryResultFormat()
ReturnsSPARQL
.final BooleanQueryResultFormat
SPARQLBooleanXMLWriter.getQueryResultFormat()
-
Uses of BooleanQueryResultFormat in org.eclipse.rdf4j.query.resultio.text
Modifier and TypeMethodDescriptionfinal BooleanQueryResultFormat
BooleanTextParser.getBooleanQueryResultFormat()
BooleanTextParserFactory.getBooleanQueryResultFormat()
ReturnsTEXT
.final BooleanQueryResultFormat
BooleanTextWriter.getBooleanQueryResultFormat()
BooleanTextWriterFactory.getBooleanQueryResultFormat()
ReturnsTEXT
.final BooleanQueryResultFormat
BooleanTextWriter.getQueryResultFormat()
-
Uses of BooleanQueryResultFormat in org.eclipse.rdf4j.testsuite.query.resultio
Modifier and TypeMethodDescriptionprotected abstract BooleanQueryResultFormat
AbstractQueryResultIOBooleanTest.getBooleanFormat()
protected abstract BooleanQueryResultFormat
AbstractQueryResultIOTupleTest.getMatchingBooleanFormatOrNull()
Modifier and TypeMethodDescriptionprotected 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 aBooleanQueryResultHandler
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 deprecatedBooleanQueryResultParser.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 deprecatedTupleQueryResultParser.parse(java.io.InputStream)
method, and that it does indeed through an exception of typeQueryResultParseException
.