TurtleWriterContext Constructor (IGraph, TextWriter, Boolean, Boolean, TurtleSyntax) |
Creates a new Turtle Writer Context with custom settings.
Namespace:
VDS.RDF.Writing.Contexts
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public TurtleWriterContext(
IGraph g,
TextWriter output,
bool prettyPrint,
bool hiSpeed,
TurtleSyntax syntax
)
Public Sub New (
g As IGraph,
output As TextWriter,
prettyPrint As Boolean,
hiSpeed As Boolean,
syntax As TurtleSyntax
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph to write. - output
- Type: System.IOTextWriter
TextWriter to write to. - prettyPrint
- Type: SystemBoolean
Pretty Print Mode. - hiSpeed
- Type: SystemBoolean
High Speed Mode. - syntax
- Type: VDS.RDF.ParsingTurtleSyntax
Turtle Syntax.
See Also