Package | Description |
---|---|
org.apache.jena.riot.out | |
org.apache.jena.riot.system | |
org.apache.jena.riot.writer |
Modifier and Type | Method and Description |
---|---|
static CharSpace |
CharSpace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharSpace[] |
CharSpace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EscapeStr(CharSpace charSpace) |
NodeFormatterNT(CharSpace charSpace) |
Modifier and Type | Method and Description |
---|---|
static StreamRDF |
StreamRDFLib.writer(AWriter out,
CharSpace charSpace) |
static StreamRDF |
StreamRDFLib.writer(OutputStream out,
CharSpace charSpace) |
static StreamRDF |
StreamRDFLib.writer(Writer out,
CharSpace charSpace) |
Modifier and Type | Method and Description |
---|---|
static void |
NQuadsWriter.write(OutputStream out,
Iterator<Quad> iter,
CharSpace charSpace) |
static void |
NTriplesWriter.write(OutputStream out,
Iterator<Triple> iter,
CharSpace charSpace) |
static void |
NQuadsWriter.write(Writer out,
Iterator<Quad> iter,
CharSpace charSpace) |
static void |
NTriplesWriter.write(Writer out,
Iterator<Triple> iter,
CharSpace charSpace) |
Constructor and Description |
---|
NQuadsWriter(CharSpace charSpace) |
NTriplesWriter(CharSpace charSpace) |
WriterStreamRDFTuples(AWriter w,
CharSpace charSpace)
Output tuples, choosing ASCII or UTF8
See StreamRDFLib.writer(java.io.OutputStream) for ways to create a AWriter object.
|
Licenced under the Apache License, Version 2.0