|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResultSetFormat | |
|---|---|
| com.hp.hpl.jena.query | ARQ - A query engine for Jena, implementing SPARQL. |
| com.hp.hpl.jena.sparql.resultset | |
| Uses of ResultSetFormat in com.hp.hpl.jena.query |
|---|
| Methods in com.hp.hpl.jena.query with parameters of type ResultSetFormat | |
|---|---|
static ResultSet |
ResultSetFactory.load(InputStream input,
ResultSetFormat format)
Load a result set from input stream into a result set (memory backed). |
static ResultSet |
ResultSetFactory.load(String filenameOrURI,
ResultSetFormat format)
Load a result set from file or URL into a result set (memory backed). |
static com.hp.hpl.jena.rdf.model.Model |
ResultSetFactory.loadAsModel(com.hp.hpl.jena.rdf.model.Model model,
String filenameOrURI,
ResultSetFormat format)
Load a result set (or any other model) from file or URL. |
static com.hp.hpl.jena.rdf.model.Model |
ResultSetFactory.loadAsModel(String filenameOrURI,
ResultSetFormat format)
Load a result set (or any other model) from file or URL |
static void |
ResultSetFormatter.output(OutputStream outStream,
ResultSet resultSet,
ResultSetFormat rFmt)
Output a ResultSet in some format. |
static void |
ResultSetFormatter.output(ResultSet resultSet,
ResultSetFormat rFmt)
Output a ResultSet in some format. |
static SPARQLResult |
ResultSetFactory.result(String filenameOrURI,
ResultSetFormat format)
Read in any kind of result kind (result set, boolean, graph) |
| Uses of ResultSetFormat in com.hp.hpl.jena.sparql.resultset |
|---|
| Fields in com.hp.hpl.jena.sparql.resultset declared as ResultSetFormat | |
|---|---|
static ResultSetFormat |
ResultSetFormat.syntaxCSV
|
static ResultSetFormat |
ResultSetFormat.syntaxJSON
|
static ResultSetFormat |
ResultSetFormat.syntaxRDF_N3
|
static ResultSetFormat |
ResultSetFormat.syntaxRDF_NT
|
static ResultSetFormat |
ResultSetFormat.syntaxRDF_TURTLE
|
static ResultSetFormat |
ResultSetFormat.syntaxRDF_XML
|
static ResultSetFormat |
ResultSetFormat.syntaxSSE
|
static ResultSetFormat |
ResultSetFormat.syntaxText
|
static ResultSetFormat |
ResultSetFormat.syntaxTSV
|
static ResultSetFormat |
ResultSetFormat.syntaxXML
|
| Methods in com.hp.hpl.jena.sparql.resultset that return ResultSetFormat | |
|---|---|
static ResultSetFormat |
ResultSetFormat.guessSyntax(String url)
|
static ResultSetFormat |
ResultSetFormat.guessSyntax(String url,
ResultSetFormat defaultFormat)
|
static ResultSetFormat |
ResultSetFormat.lookup(String s)
Look up a short name for a result set syntax |
| Methods in com.hp.hpl.jena.sparql.resultset with parameters of type ResultSetFormat | |
|---|---|
static ResultSetFormat |
ResultSetFormat.guessSyntax(String url,
ResultSetFormat defaultFormat)
|
static boolean |
ResultSetFormat.isRDFGraphSyntax(ResultSetFormat fmt)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||