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.
Class | Description | |
---|---|---|
BaseStoreWriterContext |
Base Class for Store Writer Context Objects.
| |
BaseWriterContext |
Base Class for Writer Context Objects.
| |
CompressingTurtleWriterContext |
Writer Context for Compressing Turtle Writers.
| |
HtmlWriterContext |
Writer Context for XHTML+RDFa Writers.
| |
NTriplesWriterContext |
Writer Context for NTriples Writers.
| |
RdfXmlWriterContext |
Writer Context for RDF/XML Writers.
| |
ThreadedStoreWriterContext |
Writer Context for Store Writers which do multi-threaded writing.
| |
TriGWriterContext |
Writer Context for TriG.
| |
TurtleWriterContext |
Writer Context for Turtle Writers.
|
Interface | Description | |
---|---|---|
ICollectionCompressingWriterContext |
Interface for Writer Contexts which store collection compression data.
| |
IStoreWriterContext |
Interface for Store Writer Contexts.
| |
IWriterContext |
Interface for Writer Contexts.
|