Package | Description |
---|---|
org.apache.jena.riot.out | |
org.apache.jena.riot.system | |
org.apache.jena.riot.writer |
Modifier and Type | Field and Description |
---|---|
NodeToLabel |
OutputProfile.labelPolicy
Way to get from BNode to printable labels.
|
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 |
---|---|
static void |
OutputLangUtils.output(Writer out,
Node s,
Node p,
Node o,
Node g,
Prologue prologue,
NodeToLabel labelPolicy) |
static void |
OutputLangUtils.output(Writer out,
Node node,
Prologue prologue,
NodeToLabel labelPolicy) |
static void |
OutputLangUtils.output(Writer out,
Quad quad,
Prologue prologue,
NodeToLabel labelPolicy) |
static void |
OutputLangUtils.output(Writer out,
Triple triple,
Node graphNode,
Prologue prologue,
NodeToLabel labelPolicy) |
static void |
OutputLangUtils.output(Writer out,
Triple triple,
Prologue prologue,
NodeToLabel labelPolicy) |
void |
SinkEntityOutput.setLabelPolicy(NodeToLabel labels) |
void |
SinkQuadOutput.setLabelPolicy(NodeToLabel labels) |
void |
SinkTripleOutput.setLabelPolicy(NodeToLabel labels) |
Constructor and Description |
---|
NodeFormatterTTL(String baseIRI,
PrefixMap prefixMap,
NodeToLabel nodeToLabel) |
OutputPolicy(NodeToLabel nodeToLabel,
String baseIRI,
PrefixMap prefixMap) |
SinkEntityOutput(OutputStream outs,
Prologue prologue,
NodeToLabel labels) |
SinkEntityOutput(Writer outs,
Prologue prologue,
NodeToLabel labels) |
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
|
Modifier and Type | Method and Description |
---|---|
void |
SinkEntityOutput.setLabelPolicy(NodeToLabel labels) |
Constructor and Description |
---|
SinkEntityOutput(OutputStream outs,
Prologue prologue,
NodeToLabel labels) |
SinkEntityOutput(Writer outs,
Prologue prologue,
NodeToLabel labels) |
Licenced under the Apache License, Version 2.0