Click or drag to resize

TurtleWriterContext Class

Writer Context for Turtle Writers.
Inheritance Hierarchy

Namespace:  VDS.RDF.Writing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class TurtleWriterContext : BaseWriterContext

The TurtleWriterContext type exposes the following members.

Constructors
  NameDescription
Public methodTurtleWriterContext(IGraph, TextWriter)
Creates a new Turtle Writer Context with default settings.
Public methodTurtleWriterContext(IGraph, TextWriter, TurtleSyntax)
Creates a new Turtle Writer Context with default settings.
Public methodTurtleWriterContext(IGraph, TextWriter, Boolean, Boolean)
Creates a new Turtle Writer Context with custom settings.
Public methodTurtleWriterContext(IGraph, TextWriter, Boolean, Boolean, TurtleSyntax)
Creates a new Turtle Writer Context with custom settings.
Public methodTurtleWriterContext(IGraph, TextWriter, Int32, Boolean, Boolean, TurtleSyntax)
Creates a new Turtle Writer Context with custom settings.
Top
Properties
  NameDescription
Public propertyCompressionLevel
Gets/Sets the Compression Level used.
(Inherited from BaseWriterContext.)
Public propertyGraph
Gets the Graph being written.
(Inherited from BaseWriterContext.)
Public propertyHighSpeedModePermitted
Gets/Sets the High Speed Mode used.
(Inherited from BaseWriterContext.)
Public propertyNodeFormatter
Gets/Sets the Node Formatter in use.
(Inherited from BaseWriterContext.)
Public propertyOutput
Gets the TextWriter being written to.
(Inherited from BaseWriterContext.)
Public propertyPrettyPrint
Gets/Sets the Pretty Printing Mode used.
(Inherited from BaseWriterContext.)
Public propertyQNameMapper
Gets the QName Output Mapper in use.
(Inherited from BaseWriterContext.)
Public propertyUriFormatter
Gets/Sets the URI Formatter in use.
(Inherited from BaseWriterContext.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected field_compressionLevel
Compression Level to be used.
(Inherited from BaseWriterContext.)
Protected field_formatter
Node Formatter.
(Inherited from BaseWriterContext.)
Protected field_hiSpeedAllowed
High Speed Mode setting.
(Inherited from BaseWriterContext.)
Protected field_prettyPrint
Pretty Printing Mode setting.
(Inherited from BaseWriterContext.)
Protected field_qnameMapper
QName Output Mapper.
(Inherited from BaseWriterContext.)
Protected field_uriFormatter
URI Formatter.
(Inherited from BaseWriterContext.)
Top
See Also