Uses of Class
com.hp.hpl.jena.sparql.resultset.SPARQLResult

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 XMLInput.make(InputStream in)
           
static SPARQLResult JSONInput.make(InputStream input, com.hp.hpl.jena.rdf.model.Model model)
           
static SPARQLResult XMLInput.make(InputStream in, com.hp.hpl.jena.rdf.model.Model model)
           
static SPARQLResult XMLInput.make(String str)
           
static SPARQLResult XMLInput.make(String str, com.hp.hpl.jena.rdf.model.Model model)
           
 



Licenced under the Apache License, Version 2.0