Uses of Class
com.hp.hpl.jena.sparql.core.Prologue

Packages that use Prologue
com.hp.hpl.jena.query ARQ - A query engine for Jena, implementing SPARQL. 
com.hp.hpl.jena.sparql.core   
com.hp.hpl.jena.sparql.lang   
com.hp.hpl.jena.sparql.path   
com.hp.hpl.jena.sparql.resultset   
com.hp.hpl.jena.sparql.serializer   
com.hp.hpl.jena.sparql.sse   
com.hp.hpl.jena.sparql.sse.lang   
com.hp.hpl.jena.sparql.sse.writers   
com.hp.hpl.jena.sparql.util   
com.hp.hpl.jena.update   
 

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

Subclasses of Prologue in com.hp.hpl.jena.query
 class Query
          The data structure for a query as presented externally.
 

Methods in com.hp.hpl.jena.query with parameters of type Prologue
static String ResultSetFormatter.asText(ResultSet qresults, Prologue prologue)
          Return a string that has the result set serilized as a text table
static void ResultSetFormatter.out(OutputStream out, ResultSet qresults, Prologue prologue)
          Output a result set in a text format.
static void ResultSetFormatter.out(ResultSet qresults, Prologue prologue)
          Output a result set in a text format.
static void ResultSetFormatter.outputAsSSE(OutputStream outStream, ResultSet resultSet, Prologue prologue)
          Output a result set in the SSE format Format: SSE
static void ResultSetFormatter.outputAsSSE(ResultSet resultSet, Prologue prologue)
          Output a result set in the SSE format Format: SSE
 void QueryVisitor.visitPrologue(Prologue prologue)
           
 

Constructors in com.hp.hpl.jena.query with parameters of type Prologue
Query(Prologue prologue)
           
 

Uses of Prologue in com.hp.hpl.jena.sparql.core
 

Methods in com.hp.hpl.jena.sparql.core that return Prologue
 Prologue Prologue.copy()
           
 Prologue Prologue.sub(com.hp.hpl.jena.shared.PrefixMapping newMappings)
           
 Prologue Prologue.sub(com.hp.hpl.jena.shared.PrefixMapping newMappings, String base)
           
 Prologue Prologue.sub(String base)
           
 

Methods in com.hp.hpl.jena.sparql.core with parameters of type Prologue
 void Prologue.usePrologueFrom(Prologue other)
           
 void QueryCompare.visitPrologue(Prologue query1)
           
 

Constructors in com.hp.hpl.jena.sparql.core with parameters of type Prologue
Prologue(Prologue other)
           
 

Uses of Prologue in com.hp.hpl.jena.sparql.lang
 

Methods in com.hp.hpl.jena.sparql.lang that return Prologue
 Prologue ParserBase.getPrologue()
           
 

Methods in com.hp.hpl.jena.sparql.lang with parameters of type Prologue
 void ParserBase.setPrologue(Prologue prologue)
           
 

Uses of Prologue in com.hp.hpl.jena.sparql.path
 

Methods in com.hp.hpl.jena.sparql.path with parameters of type Prologue
static String PathWriter.asString(Path path, Prologue prologue)
           
static Path PathParser.parse(String str, Prologue prologue)
           
 String PathBase.toString(Prologue prologue)
           
 String Path.toString(Prologue prolog)
           
static void PathWriter.write(IndentedWriter out, Path path, Prologue prologue)
           
static void PathWriter.write(Path path, Prologue prologue)
           
 

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

Constructors in com.hp.hpl.jena.sparql.resultset with parameters of type Prologue
PlainFormat(OutputStream outStream, Prologue prologue)
           
TextOutput(Prologue prologue)
           
 

Uses of Prologue in com.hp.hpl.jena.sparql.serializer
 

Methods in com.hp.hpl.jena.sparql.serializer that return Prologue
 Prologue SerializationContext.getPrologue()
           
 

Methods in com.hp.hpl.jena.sparql.serializer with parameters of type Prologue
static void PrologueSerializer.output(IndentedWriter out, Prologue prologue)
           
static void PrologueSerializer.printPrefixes(Prologue prologue, IndentedWriter out)
           
 void QuerySerializer.visitPrologue(Prologue prologue)
           
 

Constructors in com.hp.hpl.jena.sparql.serializer with parameters of type Prologue
SerializationContext(Prologue prologue)
           
SerializationContext(Prologue prologue, NodeToLabelMap bMap)
           
 

Uses of Prologue in com.hp.hpl.jena.sparql.sse
 

Methods in com.hp.hpl.jena.sparql.sse with parameters of type Prologue
static void WriterSSE.out(IndentedWriter out, DatasetGraph dsg, Prologue prologue)
           
static void WriterSSE.out(IndentedWriter out, Expr expr, Prologue prologue)
           
static void WriterSSE.out(IndentedWriter out, com.hp.hpl.jena.graph.Graph g, Prologue prologue)
           
static void WriterSSE.out(IndentedWriter out, com.hp.hpl.jena.graph.Node node, Prologue prologue)
           
static void WriterSSE.out(IndentedWriter out, Op op, Prologue prologue)
           
static void WriterSSE.out(IndentedWriter out, com.hp.hpl.jena.graph.Triple triple, Prologue prologue)
           
 

Uses of Prologue in com.hp.hpl.jena.sparql.sse.lang
 

Constructors in com.hp.hpl.jena.sparql.sse.lang with parameters of type Prologue
ParseHandlerLink(Prologue prologue)
           
ParseHandlerResolver(Prologue p)
           
 

Uses of Prologue in com.hp.hpl.jena.sparql.sse.writers
 

Methods in com.hp.hpl.jena.sparql.sse.writers with parameters of type Prologue
static String WriterPath.asString(Path path, Prologue prologue)
           
static void WriterOp.output(IndentedWriter iWriter, Op op, Prologue prologue)
           
static void WriterBasePrefix.output(IndentedWriter iWriter, WriterBasePrefix.Fmt fmt, Prologue prologue)
          Output, write the thing with formater fmt
static void WriterOp.output(Op op, Prologue prologue)
           
static void WriterOp.output(OutputStream out, Op op, Prologue prologue)
           
static void WriterPath.write(Path path, Prologue prologue)
           
 

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

Methods in com.hp.hpl.jena.sparql.util with parameters of type Prologue
static void QueryExecUtils.outputResultSet(ResultSet results, Prologue prologue, ResultsFormat outputFormat)
           
static String FmtUtils.stringForNode(com.hp.hpl.jena.graph.Node n, Prologue prologue)
           
static String FmtUtils.stringForURI(String uri, Prologue prologue)
           
 

Uses of Prologue in com.hp.hpl.jena.update
 

Subclasses of Prologue in com.hp.hpl.jena.update
 class UpdateRequest
           
 



Licenced under the Apache License, Version 2.0