Show / Hide Table of Contents

Interface IWriterContext

Interface for Writer Contexts.

Namespace: VDS.RDF.Writing.Contexts
Assembly: dotNetRdf.dll
Syntax
public interface IWriterContext

Properties

| Edit this page View Source

CompressionLevel

Gets/Sets the Compression Level used.

Declaration
int CompressionLevel { get; set; }
Property Value
Type Description
int
| Edit this page View Source

Graph

Gets the Graph being written.

Declaration
IGraph Graph { get; }
Property Value
Type Description
IGraph
| Edit this page View Source

HighSpeedModePermitted

Gets/Sets the High Speed Mode used.

Declaration
bool HighSpeedModePermitted { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

NodeFormatter

Gets/Sets the Node Formatter used.

Declaration
INodeFormatter NodeFormatter { get; set; }
Property Value
Type Description
INodeFormatter
| Edit this page View Source

Output

Gets the TextWriter being written to.

Declaration
TextWriter Output { get; }
Property Value
Type Description
TextWriter
| Edit this page View Source

PrettyPrint

Gets/Sets the Pretty Printing Mode used.

Declaration
bool PrettyPrint { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

UriFactory

Gets/sets the URI factory used.

Declaration
IUriFactory UriFactory { get; set; }
Property Value
Type Description
IUriFactory
| Edit this page View Source

UriFormatter

Gets/Sets the URI Formatter used.

Declaration
IUriFormatter UriFormatter { get; set; }
Property Value
Type Description
IUriFormatter

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • CompressionLevel
    • Graph
    • HighSpeedModePermitted
    • NodeFormatter
    • Output
    • PrettyPrint
    • UriFactory
    • UriFormatter
  • Extension Methods
Back to top Generated by DocFX