Click or drag to resize

RdfXmlFormatter Class

A formatter which formats triples for RDF/XML output.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Writing.FormattingRdfXmlFormatter

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class RdfXmlFormatter : IGraphFormatter, 
	ITripleFormatter

The RdfXmlFormatter type exposes the following members.

Constructors
  NameDescription
Public methodRdfXmlFormatter
Initializes a new instance of the RdfXmlFormatter class
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 methodFormat
Formats a Triple as a <rdf:Description> element.
Public methodFormatGraphFooter
Formats a Graph Footer by closing the <rdf:RDF> element.
Public methodFormatGraphHeader
Formats a Graph Header by creating an <rdf:RDF> element.
Public methodFormatGraphHeader(IGraph)
Formats a Graph Header by creating an <rdf:RDF> element and adding namespace definitions.
Public methodFormatGraphHeader(INamespaceMapper)
Formats a Graph Header by creating an <rdf:RDF> element and adding namespace definitions.
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 methodToString
Gets the String description of this formatter.
(Overrides ObjectToString.)
Top
See Also