Uses of Interface
org.eclipse.rdf4j.query.resultio.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
Modifier 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
Modifier and TypeClassDescriptionclass
Parser for SPARQL-1.1 JSON Results Format documentsModifier and TypeMethodDescriptionSPARQLBooleanJSONParserFactory.getParser()
Returns a new instance of SPARQLBooleanJSONParser. -
Uses of BooleanQueryResultParser in org.eclipse.rdf4j.query.resultio.sparqlxml
Modifier and TypeClassDescriptionclass
Parser for reading boolean query results formatted as SPARQL Results Documents.Modifier and TypeMethodDescriptionSPARQLBooleanXMLParserFactory.getParser()
Returns a new instance of SPARQLBooleanXMLParser. -
Uses of BooleanQueryResultParser in org.eclipse.rdf4j.query.resultio.text
Modifier and TypeClassDescriptionclass
Reader for the plain text boolean result format.Modifier and TypeMethodDescriptionBooleanTextParserFactory.getParser()
Returns a new instance of BooleanTextParser.