Uses of Class
org.openjena.riot.out.NodeToLabel

Packages that use NodeToLabel
org.openjena.riot.out   
org.openjena.riot.system   
 

Uses of NodeToLabel in org.openjena.riot.out
 

Fields in org.openjena.riot.out declared as NodeToLabel
 NodeToLabel OutputProfile.labelPolicy
          Way to get from BNode to printable labels.
 

Methods in org.openjena.riot.out that return NodeToLabel
static NodeToLabel NodeToLabel.createBNodeByIRI()
          Allocation as per internal label
static NodeToLabel NodeToLabel.createBNodeByLabelAsGiven()
          Allocation as per internal label
static NodeToLabel NodeToLabel.createBNodeByLabelEncoded()
          Allocation as per internal label, with an encoded safe label.
static NodeToLabel NodeToLabel.createScopeByDocument()
          Allocation from a single scope; just the label matters.
static NodeToLabel NodeToLabel.labelByInternal()
           
 

Methods in org.openjena.riot.out with parameters of type NodeToLabel
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, 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)
           
 void SinkEntityOutput.setLabelPolicy(NodeToLabel labels)
           
 void SinkQuadOutput.setLabelPolicy(NodeToLabel labels)
           
 void SinkTripleOutput.setLabelPolicy(NodeToLabel labels)
           
 

Constructors in org.openjena.riot.out with parameters of type NodeToLabel
OutputPolicy(NodeToLabel nodeToLabel, String baseIRI, PrefixMap prefixMap)
           
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 NodeToLabel in org.openjena.riot.system
 

Methods in org.openjena.riot.system that return NodeToLabel
static NodeToLabel SyntaxLabels.createNodeToLabel()
          Default setup - scope by document, relabel BNodes ids to short forms
 



Licenced under the Apache License, Version 2.0