Package | Description |
---|---|
org.apache.jena.riot.out | |
org.apache.jena.riot.system |
Modifier and Type | Method and Description |
---|---|
static NodeToLabel |
NodeToLabel.createBNodeByIRI()
Allocation as per internal label
|
static NodeToLabel |
NodeToLabel.createBNodeByLabelAsGiven()
Allocation as per internal label
|
static NodeToLabel |
NodeToLabel.createBNodeByLabelEncoded()
Allocation as per internal label, with an encoded safe label.
|
static NodeToLabel |
NodeToLabel.createScopeByDocument()
Allocation from a single scope; just the label matters.
|
static NodeToLabel |
NodeToLabel.labelByInternal() |
Modifier and Type | Method and Description |
---|---|
void |
SinkTripleOutput.setLabelPolicy(NodeToLabel labels) |
void |
SinkQuadOutput.setLabelPolicy(NodeToLabel labels) |
Constructor and Description |
---|
NodeFormatterTTL_MultiLine(String baseIRI,
PrefixMap prefixMap,
NodeToLabel nodeToLabel) |
NodeFormatterTTL(String baseIRI,
PrefixMap prefixMap,
NodeToLabel nodeToLabel) |
OutputPolicy(NodeToLabel nodeToLabel,
String baseIRI,
PrefixMap prefixMap) |
SinkQuadOutput(OutputStream outs,
Prologue prologue,
NodeToLabel labels) |
SinkTripleOutput(OutputStream outs,
Prologue prologue,
NodeToLabel labels) |
Modifier and Type | Method and Description |
---|---|
static NodeToLabel |
SyntaxLabels.createNodeToLabel()
Default setup - scope by document, relabel BNodes ids to short forms
|
static NodeToLabel |
SyntaxLabels.createNodeToLabelRT()
Round-trip setup
|
Licenced under the Apache License, Version 2.0