Package | Description |
---|---|
org.openrdf.query.resultio | |
org.openrdf.query.resultio.sparqljson |
A writer for the SPARQL Query Results JSON Format
|
org.openrdf.query.resultio.sparqlxml |
Parsers and writers for the SPARQL Query Results XML Format
|
org.openrdf.query.resultio.text |
Modifier and Type | Method and Description |
---|---|
static BooleanQueryResultParser |
QueryResultIO.createParser(BooleanQueryResultFormat format)
Convenience methods for creating BooleanQueryResultParser objects.
|
BooleanQueryResultParser |
BooleanQueryResultParserFactory.getParser()
Returns a BooleanQueryResultParser instance.
|
Modifier and Type | Class and Description |
---|---|
class |
SPARQLBooleanJSONParser
Parser 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 |
SPARQLBooleanXMLParser
Parser 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 |
BooleanTextParser
Reader for the plain text boolean result format.
|
Modifier and Type | Method and Description |
---|---|
BooleanQueryResultParser |
BooleanTextParserFactory.getParser()
Returns a new instance of BooleanTextParser.
|
Copyright © 2001-2016 Aduna. All Rights Reserved.