|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SPARQLResult | |
|---|---|
| com.hp.hpl.jena.query | ARQ - A query engine for Jena, implementing SPARQL. |
| com.hp.hpl.jena.sparql.resultset | |
| Uses of SPARQLResult in com.hp.hpl.jena.query |
|---|
| Methods in com.hp.hpl.jena.query that return SPARQLResult | |
|---|---|
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)
Read in any kind of result kind (result set, boolean, graph) |
| Uses of SPARQLResult in com.hp.hpl.jena.sparql.resultset |
|---|
| Subclasses of SPARQLResult in com.hp.hpl.jena.sparql.resultset | |
|---|---|
class |
JSONInput
|
| Methods in com.hp.hpl.jena.sparql.resultset that return SPARQLResult | |
|---|---|
static SPARQLResult |
JSONInput.make(InputStream input)
|
static SPARQLResult |
XMLInput.make(InputStream in)
|
static SPARQLResult |
JSONInput.make(InputStream input,
Model model)
|
static SPARQLResult |
XMLInput.make(InputStream in,
Model model)
|
static SPARQLResult |
XMLInput.make(String str)
|
static SPARQLResult |
XMLInput.make(String str,
Model model)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||