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 | |
org.openrdf.workbench.base |
Modifier and Type | Class and Description |
---|---|
class |
BooleanQueryResultFormat
Represents the concept of a boolean query result serialization format.
|
class |
TupleQueryResultFormat
Represents the concept of an tuple query result serialization format.
|
Modifier and Type | Method and Description |
---|---|
protected QueryResultFormat |
AbstractQueryResultIOTupleTest.getFormat() |
protected abstract QueryResultFormat |
AbstractQueryResultIOTest.getFormat() |
protected QueryResultFormat |
AbstractQueryResultIOBooleanTest.getFormat() |
QueryResultFormat |
TupleQueryResultParserBase.getQueryResultFormat() |
QueryResultFormat |
QueryResultWriter.getQueryResultFormat()
Gets the query result format that this writer uses.
|
QueryResultFormat |
QueryResultParser.getQueryResultFormat()
Gets the query result format that this parser can parse.
|
Modifier and Type | Method and Description |
---|---|
static QueryResultWriter |
QueryResultIO.createWriter(QueryResultFormat format,
OutputStream out)
Convenience methods for creating QueryResultWriter objects.
|
Modifier and Type | Method and Description |
---|---|
QueryResultFormat |
SPARQLResultsJSONParser.getQueryResultFormat() |
QueryResultFormat |
SPARQLBooleanJSONParser.getQueryResultFormat() |
Modifier and Type | Method and Description |
---|---|
QueryResultFormat |
SPARQLResultsXMLParser.getQueryResultFormat() |
QueryResultFormat |
SPARQLBooleanXMLParser.getQueryResultFormat() |
Modifier and Type | Method and Description |
---|---|
QueryResultFormat |
BooleanTextParser.getQueryResultFormat() |
Modifier and Type | Method and Description |
---|---|
protected QueryResultFormat |
BaseServlet.getBooleanResultFormat(javax.servlet.http.HttpServletRequest req,
javax.servlet.ServletResponse resp) |
protected QueryResultFormat |
BaseServlet.getJSONPResultFormat(javax.servlet.http.HttpServletRequest req,
javax.servlet.ServletResponse resp) |
protected QueryResultFormat |
BaseServlet.getTupleResultFormat(javax.servlet.http.HttpServletRequest req,
javax.servlet.ServletResponse resp) |
Copyright © 2001-2016 Aduna. All Rights Reserved.