Package | Description |
---|---|
org.apache.jena.riot.out | |
org.apache.jena.riot.system | |
org.apache.jena.riot.tokens |
Modifier and Type | Method and Description |
---|---|
static void |
NodeFmtLib.serialize(org.apache.jena.atlas.io.IndentedWriter w,
Node n,
Prologue prologue) |
void |
SinkQuadOutput.setPrologue(Prologue prologue) |
void |
SinkTripleOutput.setPrologue(Prologue prologue) |
static String |
NodeFmtLib.str(Node n,
Prologue prologue) |
Constructor and Description |
---|
SinkQuadOutput(OutputStream outs,
Prologue prologue,
NodeToLabel labels) |
SinkTripleOutput(OutputStream outs,
Prologue prologue,
NodeToLabel labels) |
Modifier and Type | Method and Description |
---|---|
Prologue |
Prologue.copy() |
static Prologue |
Prologue.create(String base,
PrefixMapping pmapping) |
Prologue |
ParserProfile.getPrologue() |
Prologue |
ParserProfileBase.getPrologue() |
Prologue |
Prologue.sub(PrefixMap newMappings) |
Prologue |
Prologue.sub(PrefixMap newMappings,
String base) |
Prologue |
Prologue.sub(String base) |
Modifier and Type | Method and Description |
---|---|
void |
ParserProfile.setPrologue(Prologue prologue) |
void |
ParserProfileBase.setPrologue(Prologue p) |
void |
Prologue.usePrologueFrom(Prologue other) |
Constructor and Description |
---|
ParserProfileBase(Prologue prologue,
ErrorHandler errorHandler) |
ParserProfileBase(Prologue prologue,
ErrorHandler errorHandler,
LabelToNode labelMapping) |
ParserProfileChecker(Prologue prologue,
ErrorHandler errorHandler) |
ParserProfileChecker(Prologue prologue,
ErrorHandler errorHandler,
LabelToNode labelMapping) |
Prologue(Prologue other) |
Modifier and Type | Method and Description |
---|---|
static Token |
Token.tokenForNode(Node n,
Prologue prologue) |
Licenced under the Apache License, Version 2.0