Click or drag to resize

VDS.RDF.Writing.Contexts Namespace

Namespace for Writer Context classes, these are classes that are used internally by writers to store their state. This allows writers to be safely used in a multi-threaded scenario since the writing of one Graph/Store cannot affect the writing of another.

Classes
  ClassDescription
Public classBaseStoreWriterContext
Base Class for Store Writer Context Objects.
Public classBaseWriterContext
Base Class for Writer Context Objects.
Public classCompressingTurtleWriterContext
Writer Context for Compressing Turtle Writers.
Public classHtmlWriterContext
Writer Context for XHTML+RDFa Writers.
Public classNTriplesWriterContext
Writer Context for NTriples Writers.
Public classRdfXmlWriterContext
Writer Context for RDF/XML Writers.
Public classThreadedStoreWriterContext
Writer Context for Store Writers which do multi-threaded writing.
Public classTriGWriterContext
Writer Context for TriG.
Public classTurtleWriterContext
Writer Context for Turtle Writers.
Interfaces
  InterfaceDescription
Public interfaceICollectionCompressingWriterContext
Interface for Writer Contexts which store collection compression data.
Public interfaceIStoreWriterContext
Interface for Store Writer Contexts.
Public interfaceIWriterContext
Interface for Writer Contexts.