BaseWriterContext Class |
Namespace: VDS.RDF.Writing.Contexts
The BaseWriterContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseWriterContext(IGraph, TextWriter) |
Creates a new Base Writer Context with default settings.
|
![]() | BaseWriterContext(IGraph, TextWriter, Int32) |
Creates a new Base Writer Context with custom settings.
|
![]() | BaseWriterContext(IGraph, TextWriter, Int32, Boolean, Boolean) |
Creates a new Base Writer Context with custom settings.
|
Name | Description | |
---|---|---|
![]() | CompressionLevel |
Gets/Sets the Compression Level used.
|
![]() | Graph |
Gets the Graph being written.
|
![]() | HighSpeedModePermitted |
Gets/Sets the High Speed Mode used.
|
![]() | NodeFormatter |
Gets/Sets the Node Formatter in use.
|
![]() | Output |
Gets the TextWriter being written to.
|
![]() | PrettyPrint |
Gets/Sets the Pretty Printing Mode used.
|
![]() | QNameMapper |
Gets the QName Output Mapper in use.
|
![]() | UriFormatter |
Gets/Sets the URI Formatter in use.
|
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.
|
![]() | _formatter |
Node Formatter.
|
![]() | _hiSpeedAllowed |
High Speed Mode setting.
|
![]() | _prettyPrint |
Pretty Printing Mode setting.
|
![]() | _qnameMapper |
QName Output Mapper.
|
![]() | _uriFormatter |
URI Formatter.
|