|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openjena.riot.system.MapWithScope<com.hp.hpl.jena.graph.Node,String,com.hp.hpl.jena.graph.Node>
org.openjena.riot.out.NodeToLabel
public class NodeToLabel
Map nodes to string (usually, blank nodes to labels).
See SyntaxLabels.createNodeToLabel()
for getting a default setup.
Method Summary | |
---|---|
static NodeToLabel |
createBNodeByIRI()
Allocation as per internal label |
static NodeToLabel |
createBNodeByLabelAsGiven()
Allocation as per internal label |
static NodeToLabel |
createBNodeByLabelEncoded()
Allocation as per internal label, with an encoded safe label. |
static NodeToLabel |
createScopeByDocument()
Allocation from a single scope; just the label matters. |
static NodeToLabel |
labelByInternal()
|
Methods inherited from class org.openjena.riot.system.MapWithScope |
---|
clear, create, get |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static NodeToLabel createScopeByDocument()
public static NodeToLabel createBNodeByLabelEncoded()
public static NodeToLabel createBNodeByLabelAsGiven()
public static NodeToLabel createBNodeByIRI()
public static NodeToLabel labelByInternal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |