Interface IWriterContext
Interface for Writer Contexts.
Namespace: VDS.RDF.Writing.Contexts
Assembly: dotNetRDF.dll
Syntax
public interface IWriterContext
Properties
| Improve this Doc View SourceCompressionLevel
Gets/Sets the Compression Level used.
Declaration
int CompressionLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Graph
Gets the Graph being written.
Declaration
IGraph Graph { get; }
Property Value
Type | Description |
---|---|
IGraph |
HighSpeedModePermitted
Gets/Sets the High Speed Mode used.
Declaration
bool HighSpeedModePermitted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NodeFormatter
Gets/Sets the Node Formatter used.
Declaration
INodeFormatter NodeFormatter { get; set; }
Property Value
Type | Description |
---|---|
INodeFormatter |
Output
Gets the TextWriter being written to.
Declaration
TextWriter Output { get; }
Property Value
Type | Description |
---|---|
System.IO.TextWriter |
PrettyPrint
Gets/Sets the Pretty Printing Mode used.
Declaration
bool PrettyPrint { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UriFormatter
Gets/Sets the URI Formatter used.
Declaration
IUriFormatter UriFormatter { get; set; }
Property Value
Type | Description |
---|---|
IUriFormatter |