| Package | Description |
|---|---|
| org.apache.jena.query |
ARQ - A query engine for Jena, implementing SPARQL.
|
| org.apache.jena.riot.resultset | |
| org.apache.jena.riot.resultset.rw | |
| org.apache.jena.sparql.resultset |
| Modifier and Type | Method and Description |
|---|---|
static SPARQLResult |
ResultSetFactory.result(String filenameOrURI)
Read in any kind of result kind (result set, boolean, graph) Guess the
syntax based on filename/URL extension.
|
static SPARQLResult |
ResultSetFactory.result(String filenameOrURI,
ResultsFormat format)
Deprecated.
Use ReadAnything.read(filenameOrURI);
|
| Modifier and Type | Method and Description |
|---|---|
SPARQLResult |
ResultSetReader.readAny(InputStream in,
Context context)
Read from an
InputStream and produce a SPARQLResult. |
| Modifier and Type | Method and Description |
|---|---|
static SPARQLResult |
ResultsStAX.read(InputStream in,
Model model,
Context context) |
static SPARQLResult |
ResultsStAX.read(Reader in,
Model model,
Context context) |
static SPARQLResult |
ReadAnything.read(String url)
Read something RDF/SPARQL like
|
static SPARQLResult |
ReadAnything.read(String url,
Context context)
Read something RDF/SPARQL like
|
SPARQLResult |
ResultsReader.readAny(InputStream input)
Read a result set or boolean from an
InputStream. |
SPARQLResult |
ResultSetReaderThrift.readAny(InputStream in,
Context context) |
SPARQLResult |
ResultSetReaderJSON.readAny(InputStream in,
Context context) |
SPARQLResult |
ResultSetReaderXML.readAny(InputStream in,
Context context) |
SPARQLResult |
ResultsReader.readAny(String urlOrFilename)
Read a result set or boolean from a URL or filename.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JSONInput
Deprecated.
Use
ResultSetMgr.read |
| Modifier and Type | Method and Description |
|---|---|
static SPARQLResult |
JSONInput.make(InputStream input)
Deprecated.
|
static SPARQLResult |
XMLInput.make(InputStream in)
Deprecated.
|
static SPARQLResult |
JSONInput.make(InputStream input,
Model model)
Deprecated.
|
static SPARQLResult |
XMLInput.make(InputStream in,
Model model)
Deprecated.
|
static SPARQLResult |
XMLInput.make(Reader in)
Deprecated.
|
static SPARQLResult |
XMLInput.make(Reader in,
Model model)
Deprecated.
|
static SPARQLResult |
XMLInput.make(String str)
Deprecated.
|
static SPARQLResult |
XMLInput.make(String str,
Model model)
Deprecated.
|
Licenced under the Apache License, Version 2.0