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

Packages that use ResultsFormat
com.hp.hpl.jena.query ARQ - A query engine for Jena, implementing SPARQL. 
com.hp.hpl.jena.sparql.resultset   
com.hp.hpl.jena.sparql.util   
org.openjena.riot.web   
 

Uses of ResultsFormat in com.hp.hpl.jena.query
 

Methods in com.hp.hpl.jena.query with parameters of type ResultsFormat
static ResultSet ResultSetFactory.load(InputStream input, ResultsFormat format)
          Load a result set from input stream into a result set (memory backed).
static ResultSet ResultSetFactory.load(String filenameOrURI, ResultsFormat 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, ResultsFormat 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, ResultsFormat format)
          Load a result set (or any other model) from file or URL
static void ResultSetFormatter.output(OutputStream outStream, ResultSet resultSet, ResultsFormat rFmt)
          Output a ResultSet in some format.
static void ResultSetFormatter.output(ResultSet resultSet, ResultsFormat rFmt)
          Output a ResultSet in some format.
static SPARQLResult ResultSetFactory.result(String filenameOrURI, ResultsFormat format)
          Read in any kind of result kind (result set, boolean, graph)
 

Uses of ResultsFormat in com.hp.hpl.jena.sparql.resultset
 

Fields in com.hp.hpl.jena.sparql.resultset declared as ResultsFormat
static ResultsFormat ResultsFormat.FMT_COUNT
           
static ResultsFormat ResultsFormat.FMT_NONE
           
static ResultsFormat ResultsFormat.FMT_RDF_N3
           
static ResultsFormat ResultsFormat.FMT_RDF_NT
           
static ResultsFormat ResultsFormat.FMT_RDF_TTL
           
static ResultsFormat ResultsFormat.FMT_RDF_TURTLE
           
static ResultsFormat ResultsFormat.FMT_RDF_XML
           
static ResultsFormat ResultsFormat.FMT_RS_BIO
           
static ResultsFormat ResultsFormat.FMT_RS_CSV
           
static ResultsFormat ResultsFormat.FMT_RS_JSON
           
static ResultsFormat ResultsFormat.FMT_RS_RDF
           
static ResultsFormat ResultsFormat.FMT_RS_SSE
           
static ResultsFormat ResultsFormat.FMT_RS_TSV
           
static ResultsFormat ResultsFormat.FMT_RS_XML
           
static ResultsFormat ResultsFormat.FMT_TEXT
           
static ResultsFormat ResultsFormat.FMT_TUPLES
           
static ResultsFormat ResultsFormat.FMT_UNKNOWN
           
 

Methods in com.hp.hpl.jena.sparql.resultset that return ResultsFormat
static ResultsFormat ResultsFormat.guessSyntax(String url)
           
static ResultsFormat ResultsFormat.guessSyntax(String url, ResultsFormat defaultFormat)
           
static ResultsFormat ResultsFormat.lookup(String s)
          Look up a short name for a result set FMT_
 

Methods in com.hp.hpl.jena.sparql.resultset with parameters of type ResultsFormat
static ResultsFormat ResultsFormat.guessSyntax(String url, ResultsFormat defaultFormat)
           
static boolean ResultsFormat.isRDFGraphSyntax(ResultsFormat fmt)
           
 

Uses of ResultsFormat in com.hp.hpl.jena.sparql.util
 

Methods in com.hp.hpl.jena.sparql.util with parameters of type ResultsFormat
static void QueryExecUtils.execute(Op op, DatasetGraph dsg, ResultsFormat outputFormat)
           
static void QueryExecUtils.executeAlgebra(Op op, DatasetGraph dsg, ResultsFormat outputFormat)
          Deprecated. Use execute(Op, DatasetGraph)
static void QueryExecUtils.executeQuery(Query query, QueryExecution queryExecution, ResultsFormat outputFormat)
           
static void QueryExecUtils.outputResultSet(ResultSet results, Prologue prologue, ResultsFormat outputFormat)
           
 

Uses of ResultsFormat in org.openjena.riot.web
 

Methods in org.openjena.riot.web that return ResultsFormat
static ResultsFormat HttpResponseLib.contentTypeToResultSet(String contentType)
           
 



Licenced under the Apache License, Version 2.0