Click or drag to resize

BaseRdfHandler Class

Abstract Base Class for RDF Handlers.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Parsing.HandlersBaseHandler
    VDS.RDF.Parsing.HandlersBaseRdfHandler
      More...

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

The BaseRdfHandler type exposes the following members.

Constructors
  NameDescription
Public methodBaseRdfHandler
Creates a new RDF Handler.
Public methodBaseRdfHandler(INodeFactory)
Creates a new RDF Handler using the given Node Factory.
Top
Properties
  NameDescription
Public propertyAcceptsAll
Gets whether the Handler will accept all Triples i.e. it will never abort handling early.
Protected propertyNodeFactory
Gets/Sets the in-use Node Factory.
(Inherited from BaseHandler.)
Top
Methods
  NameDescription
Public methodCreateBlankNode
Creates a Blank Node.
(Inherited from BaseHandler.)
Public methodCreateBlankNode(String)
Creates a Blank Node with the given ID.
(Inherited from BaseHandler.)
Public methodCreateGraphLiteralNode
Creates a Graph Literal Node.
(Inherited from BaseHandler.)
Public methodCreateGraphLiteralNode(IGraph)
Creates a Graph Literal Node with the given sub-graph.
(Inherited from BaseHandler.)
Public methodCreateLiteralNode(String)
Creates a Literal Node.
(Inherited from BaseHandler.)
Public methodCreateLiteralNode(String, String)
Creates a Literal Node with the given Language.
(Inherited from BaseHandler.)
Public methodCreateLiteralNode(String, Uri)
Creates a Literal Node with the given Datatype.
(Inherited from BaseHandler.)
Public methodCreateUriNode
Creates a URI Node.
(Inherited from BaseHandler.)
Public methodCreateVariableNode
Creates a Variable Node.
(Inherited from BaseHandler.)
Public methodEndRdf
Ends the Handling of RDF.
Protected methodEndRdfInternal
Optionally used by derived Handlers to do additional actions on ending RDF handling.
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.
(Inherited from BaseHandler.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHandleBaseUri
Handles Base URI declarations.
Protected methodHandleBaseUriInternal
Optionally used by derived Handlers to do additional actions on handling Base URI declarations.
Public methodHandleNamespace
Handles Namespace declarations.
Protected methodHandleNamespaceInternal
Optionally used by derived Handlers to do additional actions on handling namespace declarations.
Public methodHandleTriple
Handles Triples.
Protected methodHandleTripleInternal
Must be overridden by derived handlers to take appropriate Triple handling action.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStartRdf
Starts the Handling of RDF.
Protected methodStartRdfInternal
Optionally used by derived Handlers to do additional actions on starting RDF handling.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodApply(IGraph)Overloaded.
Applies the triples of a Graph to an RDF Handler.
(Defined by HandlerExtensions.)
Public Extension MethodApply(IEnumerableTriple)Overloaded.
Applies the triples to an RDF Handler.
(Defined by HandlerExtensions.)
Top
See Also
Inheritance Hierarchy
SystemObject
  VDS.RDF.Parsing.HandlersBaseHandler
    VDS.RDF.Parsing.HandlersBaseRdfHandler
      VDS.RDF.Parsing.HandlersAnyHandler
      VDS.RDF.Parsing.HandlersCancellableHandler
      VDS.RDF.Parsing.HandlersChainedHandler
      VDS.RDF.Parsing.HandlersCountHandler
      VDS.RDF.Parsing.HandlersGraphHandler
      VDS.RDF.Parsing.HandlersGraphUriRewriteHandler
      VDS.RDF.Parsing.HandlersMultiHandler
      VDS.RDF.Parsing.HandlersNullHandler
      VDS.RDF.Parsing.HandlersPagingHandler
      VDS.RDF.Parsing.HandlersStoreCountHandler
      VDS.RDF.Parsing.HandlersStoreHandler
      VDS.RDF.Parsing.HandlersStripStringHandler
      VDS.RDF.Parsing.HandlersUniqueBlankNodesHandler
      VDS.RDF.Parsing.HandlersWriteThroughHandler
      VDS.RDF.Parsing.HandlersWriteToStoreHandler