|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeToLabel | |
|---|---|
| org.apache.jena.riot.out | |
| org.apache.jena.riot.system | |
| org.apache.jena.riot.writer | |
| Uses of NodeToLabel in org.apache.jena.riot.out |
|---|
| Methods in org.apache.jena.riot.out that return NodeToLabel | |
|---|---|
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()
|
| Methods in org.apache.jena.riot.out with parameters of type NodeToLabel | |
|---|---|
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 |
SinkTripleOutput.setLabelPolicy(NodeToLabel labels)
|
void |
SinkQuadOutput.setLabelPolicy(NodeToLabel labels)
|
void |
SinkEntityOutput.setLabelPolicy(NodeToLabel labels)
|
| Constructors in org.apache.jena.riot.out with parameters of type NodeToLabel | |
|---|---|
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)
|
|
| Uses of NodeToLabel in org.apache.jena.riot.system |
|---|
| Methods in org.apache.jena.riot.system that return NodeToLabel | |
|---|---|
static NodeToLabel |
SyntaxLabels.createNodeToLabel()
Default setup - scope by document, relabel BNodes ids to short forms |
static NodeToLabel |
SyntaxLabels.createNodeToLabelRT()
Round-trip setup |
| Uses of NodeToLabel in org.apache.jena.riot.writer |
|---|
| Methods in org.apache.jena.riot.writer with parameters of type NodeToLabel | |
|---|---|
void |
SinkEntityOutput.setLabelPolicy(NodeToLabel labels)
|
| Constructors in org.apache.jena.riot.writer with parameters of type NodeToLabel | |
|---|---|
SinkEntityOutput(OutputStream outs,
Prologue prologue,
NodeToLabel labels)
|
|
SinkEntityOutput(Writer outs,
Prologue prologue,
NodeToLabel labels)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||