Uses of Class
org.eclipse.rdf4j.query.resultio.BooleanQueryResultFormat
Packages that use 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
Methods in org.eclipse.rdf4j.http.client that return BooleanQueryResultFormatModifier and TypeMethodDescriptionSPARQLProtocolSession.getPreferredBooleanQueryResultFormat()
Gets the preferredBooleanQueryResultFormat
for encoding boolean query results.Methods in org.eclipse.rdf4j.http.client with parameters of type BooleanQueryResultFormatModifier and TypeMethodDescriptionvoid
SPARQLProtocolSession.setPreferredBooleanQueryResultFormat
(BooleanQueryResultFormat format) Sets the preferred format for encoding boolean query results. -
Uses of BooleanQueryResultFormat in org.eclipse.rdf4j.query.resultio
Fields in org.eclipse.rdf4j.query.resultio declared as BooleanQueryResultFormatModifier 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).Methods in org.eclipse.rdf4j.query.resultio that return BooleanQueryResultFormatModifier 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
Methods in org.eclipse.rdf4j.query.resultio.sparqljson that return BooleanQueryResultFormatModifier 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
Methods in org.eclipse.rdf4j.query.resultio.sparqlxml that return BooleanQueryResultFormatModifier 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
Methods in org.eclipse.rdf4j.query.resultio.text that return BooleanQueryResultFormatModifier 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
Methods in org.eclipse.rdf4j.testsuite.query.resultio that return BooleanQueryResultFormatModifier and TypeMethodDescriptionprotected abstract BooleanQueryResultFormat
AbstractQueryResultIOBooleanTest.getBooleanFormat()
protected abstract BooleanQueryResultFormat
AbstractQueryResultIOTupleTest.getMatchingBooleanFormatOrNull()
Methods in org.eclipse.rdf4j.testsuite.query.resultio with parameters of type BooleanQueryResultFormatModifier 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
.