Uses of Class
org.openjena.riot.system.Prologue

Packages that use Prologue
org.openjena.riot.out   
org.openjena.riot.system   
org.openjena.riot.tokens   
 

Uses of Prologue in org.openjena.riot.out
 

Fields in org.openjena.riot.out declared as Prologue
 Prologue OutputProfile.prologue
           
 

Methods in org.openjena.riot.out with parameters of type Prologue
static void OutputLangUtils.output(Writer out, com.hp.hpl.jena.graph.Node s, com.hp.hpl.jena.graph.Node p, com.hp.hpl.jena.graph.Node o, com.hp.hpl.jena.graph.Node g, Prologue prologue, NodeToLabel labelPolicy)
           
static void OutputLangUtils.output(Writer out, com.hp.hpl.jena.graph.Node node, Prologue prologue)
          Use with caution - better to pass in a Node to Label mapper
static void OutputLangUtils.output(Writer out, com.hp.hpl.jena.graph.Node node, Prologue prologue, NodeToLabel labelPolicy)
           
static void OutputLangUtils.output(Writer out, Quad quad, Prologue prologue, NodeToLabel labelPolicy)
           
static void OutputLangUtils.output(Writer out, com.hp.hpl.jena.graph.Triple triple, com.hp.hpl.jena.graph.Node graphNode, Prologue prologue, NodeToLabel labelPolicy)
           
static void OutputLangUtils.output(Writer out, com.hp.hpl.jena.graph.Triple triple, Prologue prologue, NodeToLabel labelPolicy)
           
static void NodeFmtLib.serialize(Writer w, com.hp.hpl.jena.graph.Node n, Prologue prologue)
           
 void SinkEntityOutput.setPrologue(Prologue prologue)
           
 void SinkQuadOutput.setPrologue(Prologue prologue)
           
 void SinkTripleOutput.setPrologue(Prologue prologue)
           
 

Constructors in org.openjena.riot.out with parameters of type Prologue
SinkEntityOutput(OutputStream outs, Prologue prologue, NodeToLabel labels)
           
SinkEntityOutput(Writer outs, Prologue prologue, NodeToLabel labels)
           
SinkQuadOutput(OutputStream outs, Prologue prologue, NodeToLabel labels)
           
SinkTripleOutput(OutputStream outs, Prologue prologue, NodeToLabel labels)
           
 

Uses of Prologue in org.openjena.riot.system
 

Methods in org.openjena.riot.system that return Prologue
 Prologue Prologue.copy()
           
static Prologue Prologue.create(String base, com.hp.hpl.jena.shared.PrefixMapping pmapping)
           
 Prologue ParserProfileBase.getPrologue()
           
 Prologue ParserProfile.getPrologue()
           
 Prologue Prologue.sub(PrefixMap newMappings)
           
 Prologue Prologue.sub(PrefixMap newMappings, String base)
           
 Prologue Prologue.sub(String base)
           
 

Methods in org.openjena.riot.system with parameters of type Prologue
 void ParserProfileBase.setPrologue(Prologue p)
           
 void ParserProfile.setPrologue(Prologue prologue)
           
 void Prologue.usePrologueFrom(Prologue other)
           
 

Constructors in org.openjena.riot.system with parameters of type Prologue
ParserProfileBase(Prologue prologue, ErrorHandler errorHandler)
           
ParserProfileBase(Prologue prologue, ErrorHandler errorHandler, LabelToNode labelMapping)
           
ParserProfileChecker(Prologue prologue, ErrorHandler errorHandler)
           
Prologue(Prologue other)
           
 

Uses of Prologue in org.openjena.riot.tokens
 

Methods in org.openjena.riot.tokens with parameters of type Prologue
static Token Token.tokenForNode(com.hp.hpl.jena.graph.Node n, Prologue prologue)
           
 



Licenced under the Apache License, Version 2.0