Show / Hide Table of Contents

Interface ICollectionCompressingWriterContext

Interface for Writer Contexts which store collection compression data.
Inherited Members
IWriterContext.Graph
IWriterContext.Output
IWriterContext.PrettyPrint
IWriterContext.HighSpeedModePermitted
IWriterContext.CompressionLevel
IWriterContext.NodeFormatter
IWriterContext.UriFormatter
Namespace: VDS.RDF.Writing.Contexts
Assembly: dotNetRDF.dll
Syntax
public interface ICollectionCompressingWriterContext : IWriterContext

Properties

| Improve this Doc View Source

Collections

Gets the mapping from Blank Nodes to Collections.
Declaration
Dictionary<INode, OutputRdfCollection> Collections { get; }
Property Value
Type Description
System.Collections.Generic.Dictionary<INode, OutputRdfCollection>
| Improve this Doc View Source

TriplesDone

Gets the Triples that should be excluded from standard output as they are part of collections.
Declaration
BaseTripleCollection TriplesDone { get; }
Property Value
Type Description
BaseTripleCollection

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • Collections
    • TriplesDone
  • Extension Methods
Back to top Generated by DocFX