Click or drag to resize

BaseHandler Class

Abstract Base Class for Handlers.
Inheritance Hierarchy

Namespace:  VDS.RDF.Parsing.Handlers
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract class BaseHandler : INodeFactory

The BaseHandler type exposes the following members.

Constructors
  NameDescription
Public methodBaseHandler
Creates a new Handler.
Public methodBaseHandler(INodeFactory)
Creates a new Handler using the given Node Factory.
Top
Properties
  NameDescription
Protected propertyNodeFactory
Gets/Sets the in-use Node Factory.
Top
Methods
  NameDescription
Public methodCreateBlankNode
Creates a Blank Node.
Public methodCreateBlankNode(String)
Creates a Blank Node with the given ID.
Public methodCreateGraphLiteralNode
Creates a Graph Literal Node.
Public methodCreateGraphLiteralNode(IGraph)
Creates a Graph Literal Node with the given sub-graph.
Public methodCreateLiteralNode(String)
Creates a Literal Node.
Public methodCreateLiteralNode(String, String)
Creates a Literal Node with the given Language.
Public methodCreateLiteralNode(String, Uri)
Creates a Literal Node with the given Datatype.
Public methodCreateUriNode
Creates a URI Node.
Public methodCreateVariableNode
Creates a Variable Node.
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 methodGetNextBlankNodeID
Gets the next available Blank Node ID.
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