Show / Hide Table of Contents

Interface IWriterContext

Interface for Writer Contexts.
Namespace: VDS.RDF.Writing.Contexts
Assembly: dotNetRDF.dll
Syntax
public interface IWriterContext

Properties

| Improve this Doc View Source

CompressionLevel

Gets/Sets the Compression Level used.
Declaration
int CompressionLevel { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Graph

Gets the Graph being written.
Declaration
IGraph Graph { get; }
Property Value
Type Description
IGraph
| Improve this Doc View Source

HighSpeedModePermitted

Gets/Sets the High Speed Mode used.
Declaration
bool HighSpeedModePermitted { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

NodeFormatter

Gets/Sets the Node Formatter used.
Declaration
INodeFormatter NodeFormatter { get; set; }
Property Value
Type Description
INodeFormatter
| Improve this Doc View Source

Output

Gets the TextWriter being written to.
Declaration
TextWriter Output { get; }
Property Value
Type Description
System.IO.TextWriter
| Improve this Doc View Source

PrettyPrint

Gets/Sets the Pretty Printing Mode used.
Declaration
bool PrettyPrint { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

UriFormatter

Gets/Sets the URI Formatter used.
Declaration
IUriFormatter UriFormatter { get; set; }
Property Value
Type Description
IUriFormatter

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • CompressionLevel
    • Graph
    • HighSpeedModePermitted
    • NodeFormatter
    • Output
    • PrettyPrint
    • UriFormatter
  • Extension Methods
Back to top Generated by DocFX