Show / Hide Table of Contents

Class GraphVizWriter

A Writer which generates GraphViz DOT Format files from an RDF Graph.

Inheritance
object
BaseRdfWriter
GraphVizWriter
Implements
IRdfWriter
IPrettyPrintingWriter
ICollapseLiteralsWriter
Inherited Members
BaseRdfWriter.Save(IGraph, string, Encoding)
BaseRdfWriter.Save(IGraph, TextWriter)
BaseRdfWriter.Save(IGraph, TextWriter, bool)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Writing
Assembly: dotNetRdf.dll
Syntax
public class GraphVizWriter : BaseRdfWriter, IRdfWriter, IPrettyPrintingWriter, ICollapseLiteralsWriter

Properties

| Edit this page View Source

CollapseLiterals

Gets/Sets whether to collapse distinct literal nodes.

Declaration
public bool CollapseLiterals { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

PrettyPrintMode

Gets/Sets Pretty Print Mode for the Writer.

Declaration
public bool PrettyPrintMode { get; set; }
Property Value
Type Description
bool

Methods

| Edit this page View Source

Save(IGraph, string)

Saves a Graph into GraphViz DOT Format.

Declaration
public override void Save(IGraph g, string filename)
Parameters
Type Name Description
IGraph g

Graph to save.

string filename

File to save to.

Overrides
BaseRdfWriter.Save(IGraph, string)
| Edit this page View Source

SaveInternal(IGraph, TextWriter)

Saves a Graph into GraphViz DOT Format.

Declaration
protected override void SaveInternal(IGraph g, TextWriter output)
Parameters
Type Name Description
IGraph g

Graph to save.

TextWriter output

Stream to save to.

Overrides
BaseRdfWriter.SaveInternal(IGraph, TextWriter)
| Edit this page View Source

ToString()

Gets the String representation of the writer which is a description of the syntax it produces.

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Events

| Edit this page View Source

Warning

Event that is raised if there is a potential problem with the RDF being output

Declaration
public override event RdfWriterWarning Warning
Event Type
Type Description
RdfWriterWarning
Overrides
BaseRdfWriter.Warning
Remarks

This class does not raise this event.

Implements

IRdfWriter
IPrettyPrintingWriter
ICollapseLiteralsWriter

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • CollapseLiterals
    • PrettyPrintMode
  • Methods
    • Save(IGraph, string)
    • SaveInternal(IGraph, TextWriter)
    • ToString()
  • Events
    • Warning
  • Implements
  • Extension Methods
Back to top Generated by DocFX