Uses of Interface
org.eclipse.rdf4j.query.resultio.BooleanQueryResultParser
-
Packages that use BooleanQueryResultParser Package Description org.eclipse.rdf4j.query.resultio org.eclipse.rdf4j.query.resultio.sparqljson A writer for the SPARQL Query Results JSON Formatorg.eclipse.rdf4j.query.resultio.sparqlxml Parsers and writers for the SPARQL Query Results XML Formatorg.eclipse.rdf4j.query.resultio.text -
-
Uses of BooleanQueryResultParser in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio that return BooleanQueryResultParser Modifier and Type Method Description static 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.BooleanQueryResultParser
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 BooleanQueryResultParser Modifier and Type Class Description class
SPARQLBooleanJSONParser
Parser for SPARQL-1.1 JSON Results Format documentsMethods in org.eclipse.rdf4j.query.resultio.sparqljson that return BooleanQueryResultParser Modifier and Type Method Description BooleanQueryResultParser
SPARQLBooleanJSONParserFactory. 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 BooleanQueryResultParser Modifier and Type Class Description class
SPARQLBooleanXMLParser
Parser for reading boolean query results formatted as SPARQL Results Documents.Methods in org.eclipse.rdf4j.query.resultio.sparqlxml that return BooleanQueryResultParser Modifier and Type Method Description BooleanQueryResultParser
SPARQLBooleanXMLParserFactory. 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 BooleanQueryResultParser Modifier and Type Class Description class
BooleanTextParser
Reader for the plain text boolean result format.Methods in org.eclipse.rdf4j.query.resultio.text that return BooleanQueryResultParser Modifier and Type Method Description BooleanQueryResultParser
BooleanTextParserFactory. getParser()
Returns a new instance of BooleanTextParser.
-