Click or drag to resize

DomBasedEventGenerator Class

A DOM Based event generator for RDF/XML parser that uses System.Xml DOM to parse events.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Parsing.Events.RdfXmlDomBasedEventGenerator

Namespace:  VDS.RDF.Parsing.Events.RdfXml
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class DomBasedEventGenerator : IRdfXmlPreProcessingEventGenerator, 
	IPreProcessingEventGenerator<IRdfXmlEvent, RdfXmlParserContext>, IEventGenerator<IRdfXmlEvent>

The DomBasedEventGenerator type exposes the following members.

Constructors
  NameDescription
Public methodDomBasedEventGenerator(StreamReader)
Creates a new DOM Based event generator.
Public methodDomBasedEventGenerator(String)
Creates a new DOM Based event generator.
Public methodDomBasedEventGenerator(XmlDocument)
Creates a new DOM Based event generator.
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 methodGetAllEvents
Gets all events from the XML DOM.
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
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also