public abstract class TurtleWriterBase extends WriterGraphRIOTBase
Constructor and Description |
---|
TurtleWriterBase() |
Modifier and Type | Method and Description |
---|---|
Lang |
getLang() |
void |
write(OutputStream out,
Graph graph,
PrefixMap prefixMap,
String baseURI,
Context context) |
void |
write(Writer out,
Graph graph,
PrefixMap prefixMap,
String baseURI,
Context context)
Use of Writer is discouraged - let the serializer manage character sets in accordance with the format
|
public Lang getLang()
public void write(Writer out, Graph graph, PrefixMap prefixMap, String baseURI, Context context)
WriterGraphRIOT
write
in interface WriterGraphRIOT
write
in class WriterGraphRIOTBase
out
- Writergraph
- Graph to be writtenprefixMap
- PrefixMap - maybe null (default should be to use the prefixmapping from the Graph)baseURI
- base URI - may be null for "none"context
- Context (see specific implementation for details)public void write(OutputStream out, Graph graph, PrefixMap prefixMap, String baseURI, Context context)
write
in interface WriterGraphRIOT
write
in class WriterGraphRIOTBase
out
- OutputStreamgraph
- Graph to be writtenprefixMap
- PrefixMap - maybe null (default should be to use the prefixmapping from the Graph)baseURI
- base URI - may be null for "none"context
- Context (see specific implementation for details)Licenced under the Apache License, Version 2.0