Uses of Interface
org.eclipse.rdf4j.query.resultio.BooleanQueryResultParserFactory
-
Packages that use BooleanQueryResultParserFactory 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 BooleanQueryResultParserFactory in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio with parameters of type BooleanQueryResultParserFactory Modifier and Type Method Description protected QueryResultFormat
BooleanQueryResultParserRegistry. getKey(BooleanQueryResultParserFactory factory)
-
Uses of BooleanQueryResultParserFactory in org.eclipse.rdf4j.query.resultio.sparqljson
Classes in org.eclipse.rdf4j.query.resultio.sparqljson that implement BooleanQueryResultParserFactory Modifier and Type Class Description class
SPARQLBooleanJSONParserFactory
ATupleQueryResultParserFactory
for parsers of SPARQL-1.1 JSON Boolean Query Results. -
Uses of BooleanQueryResultParserFactory in org.eclipse.rdf4j.query.resultio.sparqlxml
Classes in org.eclipse.rdf4j.query.resultio.sparqlxml that implement BooleanQueryResultParserFactory Modifier and Type Class Description class
SPARQLBooleanXMLParserFactory
ABooleanQueryResultParserFactory
for parsers of SPARQL/XML boolean query results. -
Uses of BooleanQueryResultParserFactory in org.eclipse.rdf4j.query.resultio.text
Classes in org.eclipse.rdf4j.query.resultio.text that implement BooleanQueryResultParserFactory Modifier and Type Class Description class
BooleanTextParserFactory
ABooleanQueryResultParserFactory
for plain text boolean result parsers.
-