| Package | Description | 
|---|---|
| org.eclipse.rdf4j.query.resultio | |
| org.eclipse.rdf4j.query.resultio.sparqljson | A writer for the 
        SPARQL Query Results JSON Format | 
| org.eclipse.rdf4j.query.resultio.sparqlxml | Parsers and writers for the 
        SPARQL Query Results XML Format | 
| org.eclipse.rdf4j.query.resultio.text | 
| Modifier and Type | Method and Description | 
|---|---|
| static BooleanQueryResultParser | QueryResultIO. createBooleanParser(QueryResultFormat format)Convenience methods for creating BooleanQueryResultParser objects.This method uses the registry returned by
  BooleanQueryResultParserRegistry.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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SPARQLBooleanJSONParserParser for SPARQL-1.1 JSON Results Format documents | 
| Modifier and Type | Method and Description | 
|---|---|
| BooleanQueryResultParser | SPARQLBooleanJSONParserFactory. getParser()Returns a new instance of SPARQLBooleanJSONParser. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SPARQLBooleanXMLParserParser for reading boolean query results formatted as SPARQL Results Documents. | 
| Modifier and Type | Method and Description | 
|---|---|
| BooleanQueryResultParser | SPARQLBooleanXMLParserFactory. getParser()Returns a new instance of SPARQLBooleanXMLParser. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BooleanTextParserReader for the plain text boolean result format. | 
| Modifier and Type | Method and Description | 
|---|---|
| BooleanQueryResultParser | BooleanTextParserFactory. getParser()Returns a new instance of BooleanTextParser. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.