Show / Hide Table of Contents

Interface IRdfStarCapableWriter

Interface for writers that can support writing triple nodes in at least one of their syntax modes.

Namespace: VDS.RDF.Writing
Assembly: dotNetRdf.dll
Syntax
public interface IRdfStarCapableWriter

Properties

| Edit this page View Source

CanWriteTripleNodes

Gets whether the writer supports writing triple nodes in its current syntax mode.

Declaration
bool CanWriteTripleNodes { get; }
Property Value
Type Description
bool

Extension Methods

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