Click or drag to resize

TriGWriterContext Class

Writer Context for TriG.
Inheritance Hierarchy

Namespace:  VDS.RDF.Writing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class TriGWriterContext : ThreadedStoreWriterContext

The TriGWriterContext type exposes the following members.

Constructors
  NameDescription
Public methodTriGWriterContext
Creates a new TriG Writer context.
Top
Properties
  NameDescription
Public propertyCompressionLevel
Gets/Sets the Compression Level.
Public propertyHighSpeedModePermitted
Gets/Sets the High Speed Mode used.
(Inherited from BaseStoreWriterContext.)
Public propertyN3CompatabilityMode
Gets/Sets N3 Compatability Mode.
Public propertyNamespaceMap
Gets the NamespaceMap used for reducing URIs to QNames since there may only be one shared map written to the output.
(Inherited from ThreadedStoreWriterContext.)
Public propertyOutput
Gets the TextWriter being written to.
(Inherited from BaseStoreWriterContext.)
Public propertyPrettyPrint
Gets/Sets the Pretty Printing Mode used.
(Inherited from BaseStoreWriterContext.)
Public propertyQNameMapper
Gets the QName Mapper.
(Inherited from ThreadedStoreWriterContext.)
Public propertyStore
Gets the Store being written.
(Inherited from BaseStoreWriterContext.)
Top
Methods
  NameDescription
Public methodAdd
Adds a Uri to the list of URIs for Graphs that are waiting to be written.
(Inherited from ThreadedStoreWriterContext.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFormatUri(String)
Formats a URI as a String for full Output.
(Inherited from BaseStoreWriterContext.)
Public methodFormatUri(Uri)
Formats a URI as a String for full Output.
(Inherited from BaseStoreWriterContext.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetNextUri
Gets the next Uri for a Graph that is waiting to be written.
(Inherited from ThreadedStoreWriterContext.)
Top
Fields
  NameDescription
Protected field_hiSpeedAllowed
High Speed Mode setting.
(Inherited from BaseStoreWriterContext.)
Protected field_prettyPrint
Pretty Print Mode setting.
(Inherited from BaseStoreWriterContext.)
Top
See Also