|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CharSpace | |
|---|---|
| org.apache.jena.riot | |
| org.apache.jena.riot.out | |
| org.apache.jena.riot.system | |
| org.apache.jena.riot.writer | |
| org.openjena.riot | |
| Uses of CharSpace in org.apache.jena.riot |
|---|
| Methods in org.apache.jena.riot with parameters of type CharSpace | |
|---|---|
static LangNQuads |
RiotReader.createParserNQuads(InputStream input,
CharSpace charSpace,
StreamRDF dest)
Deprecated. use an RDFDataMgr operation with argument Lang.NQUADS) |
static LangNTriples |
RiotReader.createParserNTriples(InputStream input,
CharSpace charSpace,
StreamRDF dest)
Deprecated. use an RDFDataMgr operation with argument Lang.NTRIPLES |
| Uses of CharSpace in org.apache.jena.riot.out |
|---|
| Methods in org.apache.jena.riot.out that return CharSpace | |
|---|---|
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. |
| Constructors in org.apache.jena.riot.out with parameters of type CharSpace | |
|---|---|
EscapeStr(CharSpace charSpace)
|
|
NodeFormatterNT(CharSpace charSpace)
|
|
| Uses of CharSpace in org.apache.jena.riot.system |
|---|
| Methods in org.apache.jena.riot.system with parameters of type CharSpace | |
|---|---|
static StreamRDF |
StreamRDFLib.writer(AWriter out,
CharSpace charSpace)
|
static StreamRDF |
StreamRDFLib.writer(OutputStream out,
CharSpace charSpace)
|
static StreamRDF |
StreamRDFLib.writer(Writer out,
CharSpace charSpace)
|
| Uses of CharSpace in org.apache.jena.riot.writer |
|---|
| Methods in org.apache.jena.riot.writer with parameters of type CharSpace | |
|---|---|
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)
|
| Constructors in org.apache.jena.riot.writer with parameters of type CharSpace | |
|---|---|
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. |
|
| Uses of CharSpace in org.openjena.riot |
|---|
| Methods in org.openjena.riot with parameters of type CharSpace | |
|---|---|
static LangNQuads |
RiotReader.createParserNQuads(InputStream input,
CharSpace charSpace,
StreamRDF dest)
Deprecated. Create a parser for NQuads, with default behaviour |
static LangNTriples |
RiotReader.createParserNTriples(InputStream input,
CharSpace charSpace,
StreamRDF dest)
Deprecated. Create a parser for N-Triples, with default behaviour |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||