Package org.apache.jena.riot.out
Class NodeToLabel
- java.lang.Object
-
- org.apache.jena.riot.system.MapWithScope<Node,java.lang.String,Node>
-
- org.apache.jena.riot.out.NodeToLabel
-
public class NodeToLabel extends MapWithScope<Node,java.lang.String,Node>
Map nodes to string (usually, blank nodes to labels). SeeSyntaxLabels.createNodeToLabel()for getting a default setup.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.jena.riot.system.MapWithScope
MapWithScope.Allocator<A,B,S>, MapWithScope.ScopePolicy<A,B,S>
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NodeToLabelcreateBNodeByIRI()Allocation as per internal labelstatic NodeToLabelcreateBNodeByLabelAsGiven()Allocation as per internal labelstatic NodeToLabelcreateBNodeByLabelEncoded()Allocation as per internal label, with an encoded safe label.static NodeToLabelcreateScopeByDocument()Allocation from a single scope; just the label matters.static NodeToLabellabelByInternal()-
Methods inherited from class org.apache.jena.riot.system.MapWithScope
clear, create, get
-
-
-
-
Method Detail
-
createScopeByDocument
public static NodeToLabel createScopeByDocument()
Allocation from a single scope; just the label matters.
-
createBNodeByLabelEncoded
public static NodeToLabel createBNodeByLabelEncoded()
Allocation as per internal label, with an encoded safe label.
-
createBNodeByLabelAsGiven
public static NodeToLabel createBNodeByLabelAsGiven()
Allocation as per internal label
-
createBNodeByIRI
public static NodeToLabel createBNodeByIRI()
Allocation as per internal label
-
labelByInternal
public static NodeToLabel labelByInternal()
-
-