Click or drag to resize

SingleGraphWriter Class

A convenience wrapper that allows a single graph to be written as the default graph using a store writer.
Inheritance Hierarchy
SystemObject
  VDS.RDF.WritingSingleGraphWriter

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class SingleGraphWriter : IRdfWriter

The SingleGraphWriter type exposes the following members.

Constructors
  NameDescription
Public methodSingleGraphWriter
Create a new writer instance that wraps the specified IStoreWriter instance.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
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