Uses of Class
org.openjena.riot.lang.LabelToNode

Packages that use LabelToNode
org.openjena.riot.lang   
org.openjena.riot.system   
 

Uses of LabelToNode in org.openjena.riot.lang
 

Methods in org.openjena.riot.lang that return LabelToNode
static LabelToNode LabelToNode.createIncremental()
          Allocation, globallay scoped, that uses a incrementing field to create new nodes
static LabelToNode LabelToNode.createScopeByDocument()
          Allocation from a single scope; just the label matters.
static LabelToNode LabelToNode.createScopeByGraph()
          Allocation scoped by graph and label.
static LabelToNode LabelToNode.createUseLabelAsGiven()
          Allocation using syntax label.
 

Uses of LabelToNode in org.openjena.riot.system
 

Methods in org.openjena.riot.system that return LabelToNode
static LabelToNode SyntaxLabels.createLabelToNode()
           
 LabelToNode ParserProfile.getLabelToNode()
           
 LabelToNode ParserProfileBase.getLabelToNode()
           
 

Methods in org.openjena.riot.system with parameters of type LabelToNode
 void ParserProfile.setLabelToNode(LabelToNode labelToNode)
           
 void ParserProfileBase.setLabelToNode(LabelToNode mapper)
           
 

Constructors in org.openjena.riot.system with parameters of type LabelToNode
ParserProfileBase(Prologue prologue, ErrorHandler errorHandler, LabelToNode labelMapping)
           
 



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