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
 

Methods in org.openjena.riot.out that return NodeToLabel
static NodeToLabel NodeToLabel.createBNodeByIRI()
          Allocation as per internal label
static NodeToLabel NodeToLabel.createBNodeByLabel()
          Allocation as per internal label, with an encoded safe label.
static NodeToLabel NodeToLabel.createBNodeByLabelRaw()
          Allocation as per internal label
static NodeToLabel NodeToLabel.createScopeByDocument()
          Allocation from a single scope; just the label matters.
static NodeToLabel NodeToLabel.createScopeByGraph()
          Allocation scoped by graph and label.
static NodeToLabel NodeToLabel.labelByInternal()
           
 

Methods in org.openjena.riot.out with parameters of type NodeToLabel
static void OutputLangUtils.output(java.io.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(java.io.Writer out, com.hp.hpl.jena.graph.Node node, Prologue prologue, NodeToLabel labelPolicy)
           
static void OutputLangUtils.output(java.io.Writer out, Quad quad, Prologue prologue, NodeToLabel labelPolicy)
           
static void OutputLangUtils.output(java.io.Writer out, com.hp.hpl.jena.graph.Triple triple, com.hp.hpl.jena.graph.Node graphNode, Prologue prologue, NodeToLabel labelPolicy)
           
static void OutputLangUtils.output(java.io.Writer out, com.hp.hpl.jena.graph.Triple triple, Prologue prologue, NodeToLabel labelPolicy)
           
 void SinkTripleOutput.setLabelPolicy(NodeToLabel labels)
           
 void SinkQuadOutput.setLabelPolicy(NodeToLabel labels)
           
 

Constructors in org.openjena.riot.out with parameters of type NodeToLabel
SinkQuadOutput(java.io.OutputStream outs, Prologue prologue, NodeToLabel labels)
           
SinkTripleOutput(java.io.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
 



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