Click or drag to resize

IRdfWriter Interface

Interface to be implemented by RDF Writers which generate RDF Concrete Syntax.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IRdfWriter

The IRdfWriter type exposes the following members.

Methods
  NameDescription
Public methodSave(IGraph, TextWriter)
Method for Saving a Graph to a Concrete RDF Syntax via some arbitrary TextWriter.
Public methodSave(IGraph, String)
Method for Saving a Graph to a Concrete RDF Syntax in a file based format.
Public methodSave(IGraph, TextWriter, Boolean)
Method for saving a graph to a concrete RDF syntax via some arbitray TextWriter.
Top
Events
  NameDescription
Public eventWarning
Event which writers can raise to indicate possible ambiguities or issues in the syntax they are producing
Top
See Also