Uses of Interface
org.eclipse.rdf4j.query.resultio.BooleanQueryResultParser
Packages that use BooleanQueryResultParser
Package
Description
A writer for the
SPARQL Query Results JSON Format
Parsers and writers for the
SPARQL Query Results XML Format
-
Uses of BooleanQueryResultParser in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio that return BooleanQueryResultParserModifier and TypeMethodDescriptionstatic BooleanQueryResultParser
QueryResultIO.createBooleanParser
(QueryResultFormat format) Convenience methods for creating BooleanQueryResultParser objects.This method uses the registry returned byBooleanQueryResultParserRegistry.getInstance()
to get a factory for the specified format and uses this factory to create the appropriate parser.BooleanQueryResultParserFactory.getParser()
Returns a BooleanQueryResultParser instance. -
Uses of BooleanQueryResultParser in org.eclipse.rdf4j.query.resultio.sparqljson
Classes in org.eclipse.rdf4j.query.resultio.sparqljson that implement BooleanQueryResultParserModifier and TypeClassDescriptionclass
Parser for SPARQL-1.1 JSON Results Format documentsMethods in org.eclipse.rdf4j.query.resultio.sparqljson that return BooleanQueryResultParserModifier and TypeMethodDescriptionSPARQLBooleanJSONParserFactory.getParser()
Returns a new instance of SPARQLBooleanJSONParser. -
Uses of BooleanQueryResultParser in org.eclipse.rdf4j.query.resultio.sparqlxml
Classes in org.eclipse.rdf4j.query.resultio.sparqlxml that implement BooleanQueryResultParserModifier and TypeClassDescriptionclass
Parser for reading boolean query results formatted as SPARQL Results Documents.Methods in org.eclipse.rdf4j.query.resultio.sparqlxml that return BooleanQueryResultParserModifier and TypeMethodDescriptionSPARQLBooleanXMLParserFactory.getParser()
Returns a new instance of SPARQLBooleanXMLParser. -
Uses of BooleanQueryResultParser in org.eclipse.rdf4j.query.resultio.text
Classes in org.eclipse.rdf4j.query.resultio.text that implement BooleanQueryResultParserModifier and TypeClassDescriptionclass
Reader for the plain text boolean result format.Methods in org.eclipse.rdf4j.query.resultio.text that return BooleanQueryResultParserModifier and TypeMethodDescriptionBooleanTextParserFactory.getParser()
Returns a new instance of BooleanTextParser.