|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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, globally 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; output is unsafe for reading (use createUseLabelEncoded() for output-input). |
static LabelToNode |
LabelToNode.createUseLabelEncoded()
Allocation using an encoded syntax label (i.e. |
Uses of LabelToNode in org.openjena.riot.system |
---|
Methods in org.openjena.riot.system that return LabelToNode | |
---|---|
static LabelToNode |
SyntaxLabels.createLabelToNode()
|
LabelToNode |
ParserProfileBase.getLabelToNode()
|
LabelToNode |
ParserProfile.getLabelToNode()
|
Methods in org.openjena.riot.system with parameters of type LabelToNode | |
---|---|
void |
ParserProfileBase.setLabelToNode(LabelToNode mapper)
|
void |
ParserProfile.setLabelToNode(LabelToNode labelToNode)
|
Constructors in org.openjena.riot.system with parameters of type LabelToNode | |
---|---|
ParserProfileBase(Prologue prologue,
ErrorHandler errorHandler,
LabelToNode labelMapping)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |