Uses of Class
org.apache.jena.riot.lang.LabelToNode
Package
Description
-
Uses of LabelToNode in org.apache.jena.riot
Modifier and TypeMethodDescriptionRDFParserBuilder.labelToNode
(LabelToNode labelToNode) Use the givenLabelToNode
, the policy for converting blank node labels in RDF syntax to Jena'sNode
objects (usually a blank node). -
Uses of LabelToNode in org.apache.jena.riot.lang
Modifier and TypeMethodDescriptionstatic LabelToNode
LabelToNode.createIncremental()
Allocation, globally scoped, that uses a incrementing field to create new nodesstatic LabelToNode
LabelToNode.createScopeByDocumentHash()
Allocation from a single scope; just the label matters.static LabelToNode
LabelToNode.createScopeByDocumentHash
(UUID seed) Allocation from a single scope; just the label matters.static LabelToNode
LabelToNode.createScopeByGraph()
Allocation scoped by graph and label.static LabelToNode
LabelToNode.createScopeGlobal()
Allocation, with a map from seen label to node.static LabelToNode
LabelToNode.createUseLabelAsGiven()
Allocation using syntax label; output is unsafe for reading (usecreateUseLabelEncoded()
for output-input).static LabelToNode
LabelToNode.createUseLabelEncoded()
Allocation using an encoded syntax label (i.e. -
Uses of LabelToNode in org.apache.jena.riot.rowset.rw.rs_json
Modifier and TypeMethodDescriptionstatic RowSetBuffered<RowSetJSONStreaming<?>>
RowSetJSONStreaming.createBuffered
(InputStream in, LabelToNode labelMap, Supplier<DataBag<Binding>> bufferFactory, ValidationSettings validationSettings, ErrorHandler errorHandler) static RowSetJSONStreaming<?>
RowSetJSONStreaming.createUnbuffered
(InputStream in, LabelToNode labelMap, ValidationSettings validationSettings, ErrorHandler errorHandler) -
Uses of LabelToNode in org.apache.jena.riot.system
Modifier and TypeMethodDescriptionstatic LabelToNode
SyntaxLabels.createLabelToNode()
Default setup - scope by document, relabel BNodes ids to short formsstatic LabelToNode
SyntaxLabels.createLabelToNodeAsGiven()
Raw string label setupstatic LabelToNode
SyntaxLabels.createLabelToNodeRT()
Round-trip setupModifier and TypeMethodDescriptionstatic FactoryRDF
RiotLib.factoryRDF
(LabelToNode labelMapping) Create a new (not influenced by anything else)FactoryRDF
using the label to blank node scheme provided.ModifierConstructorDescriptionFactoryRDFCaching
(int cacheSize, LabelToNode labelMapping) FactoryRDFStd
(LabelToNode labelMapping)