CompressingTurtleWriterContext Class |
Namespace: VDS.RDF.Writing.Contexts
The CompressingTurtleWriterContext type exposes the following members.
Name | Description | |
---|---|---|
CompressingTurtleWriterContext(IGraph, TextWriter) |
Creates a new Turtle Writer Context with default settings.
| |
CompressingTurtleWriterContext(IGraph, TextWriter, TurtleSyntax) |
Creates a new Turtle Writer Context with default settings.
| |
CompressingTurtleWriterContext(IGraph, TextWriter, Boolean, Boolean) |
Creates a new Turtle Writer Context with custom settings.
| |
CompressingTurtleWriterContext(IGraph, TextWriter, Boolean, Boolean, TurtleSyntax) |
Creates a new Turtle Writer Context with custom settings.
| |
CompressingTurtleWriterContext(IGraph, TextWriter, Int32, Boolean, Boolean) |
Creates a new Turtle Writer Context with custom settings.
| |
CompressingTurtleWriterContext(IGraph, TextWriter, Int32, Boolean, Boolean, TurtleSyntax) |
Creates a new Turtle Writer Context with custom settings.
|
Name | Description | |
---|---|---|
Collections |
Represents the mapping from Blank Nodes to Collections.
| |
CompressionLevel |
Gets/Sets the Compression Level used.
(Inherited from BaseWriterContext.) | |
Graph |
Gets the Graph being written.
(Inherited from BaseWriterContext.) | |
HighSpeedModePermitted |
Gets/Sets the High Speed Mode used.
(Inherited from BaseWriterContext.) | |
NodeFormatter |
Gets/Sets the Node Formatter in use.
(Inherited from BaseWriterContext.) | |
Output |
Gets the TextWriter being written to.
(Inherited from BaseWriterContext.) | |
PrettyPrint |
Gets/Sets the Pretty Printing Mode used.
(Inherited from BaseWriterContext.) | |
QNameMapper |
Gets the QName Output Mapper in use.
(Inherited from BaseWriterContext.) | |
TriplesDone |
Stores the Triples that should be excluded from standard output as they are part of collections.
| |
UriFormatter |
Gets/Sets the URI Formatter in use.
(Inherited from BaseWriterContext.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
_compressionLevel |
Compression Level to be used.
(Inherited from BaseWriterContext.) | |
_formatter |
Node Formatter.
(Inherited from BaseWriterContext.) | |
_hiSpeedAllowed |
High Speed Mode setting.
(Inherited from BaseWriterContext.) | |
_prettyPrint |
Pretty Printing Mode setting.
(Inherited from BaseWriterContext.) | |
_qnameMapper |
QName Output Mapper.
(Inherited from BaseWriterContext.) | |
_uriFormatter |
URI Formatter.
(Inherited from BaseWriterContext.) |