NTriplesWriterContext Class |
Namespace: VDS.RDF.Writing.Contexts
The NTriplesWriterContext type exposes the following members.
Name | Description | |
---|---|---|
![]() | NTriplesWriterContext(IGraph, TextWriter, NTriplesSyntax) |
Creates a new NTriples Writer Context with default settings.
|
![]() | NTriplesWriterContext(IGraph, TextWriter, NTriplesSyntax, Boolean, Boolean) |
Creates a new NTriples Writer Context with custom settings.
|
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | Syntax |
Gets the NTriples syntax mode.
|
![]() | 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.) |