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, ResultSetFormat 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
          Code that reads a JSON Result Set and builds the ARQ structure for the same.
 

Methods in com.hp.hpl.jena.sparql.resultset that return SPARQLResult
static SPARQLResult XMLInput.make(InputStream in)
           
static SPARQLResult JSONInput.make(InputStream in, 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)
           
 



Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010 Epimorphics Ltd.