org.openjena.riot.system
Class SyntaxLabels

java.lang.Object
  extended by org.openjena.riot.system.SyntaxLabels

public class SyntaxLabels
extends Object

Factory for default policies for syntax labels to and from nodes


Constructor Summary
SyntaxLabels()
           
 
Method Summary
static LabelToNode createLabelToNode()
           
static NodeToLabel createNodeToLabel()
          Default setup - scope by document, relabel BNodes ids to short forms
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyntaxLabels

public SyntaxLabels()
Method Detail

createNodeToLabel

public static NodeToLabel createNodeToLabel()
Default setup - scope by document, relabel BNodes ids to short forms


createLabelToNode

public static LabelToNode createLabelToNode()


Licenced under the Apache License, Version 2.0