Show / Hide Table of Contents

Interface ICollectionCompressingWriterContext

Interface for Writer Contexts which store collection compression data.

Inherited Members
ICompressingWriterContext.TriplesDone
IWriterContext.Graph
IWriterContext.Output
IWriterContext.PrettyPrint
IWriterContext.HighSpeedModePermitted
IWriterContext.CompressionLevel
IWriterContext.NodeFormatter
IWriterContext.UriFormatter
IWriterContext.UriFactory
Namespace: VDS.RDF.Writing.Contexts
Assembly: dotNetRdf.dll
Syntax
public interface ICollectionCompressingWriterContext : ICompressingWriterContext, IWriterContext

Properties

| Edit this page View Source

Collections

Gets the mapping from Blank Nodes to Collections.

Declaration
Dictionary<INode, OutputRdfCollection> Collections { get; }
Property Value
Type Description
Dictionary<INode, OutputRdfCollection>

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • Collections
  • Extension Methods
Back to top Generated by DocFX