Click or drag to resize

StoreHandler Class

A RDF Handler that loads Quads into a ITripleStore instance.
Inheritance Hierarchy

Namespace:  VDS.RDF.Parsing.Handlers
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class StoreHandler : BaseRdfHandler

The StoreHandler type exposes the following members.

Constructors
  NameDescription
Public methodStoreHandler
Creates a new Store Handler.
Top
Properties
  NameDescription
Public propertyAcceptsAll
Gets that the Handler accepts all Triples.
(Overrides BaseRdfHandlerAcceptsAll.)
Protected propertyNodeFactory
Gets/Sets the in-use Node Factory.
(Inherited from BaseHandler.)
Protected propertyStore
Gets the Triple Store that this Handler is populating.
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.
(Inherited from BaseRdfHandler.)
Protected methodEndRdfInternal
Ends RDF handling and propogates all discovered namespaces to all discovered graphs.
(Overrides BaseRdfHandlerEndRdfInternal(Boolean).)
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.
(Inherited from BaseRdfHandler.)
Protected methodHandleBaseUriInternal
Optionally used by derived Handlers to do additional actions on handling Base URI declarations.
(Inherited from BaseRdfHandler.)
Public methodHandleNamespace
Handles Namespace declarations.
(Inherited from BaseRdfHandler.)
Protected methodHandleNamespaceInternal
Handles namespaces by adding them to each graph.
(Overrides BaseRdfHandlerHandleNamespaceInternal(String, Uri).)
Public methodHandleTriple
Handles Triples.
(Inherited from BaseRdfHandler.)
Protected methodHandleTripleInternal
Handles Triples by asserting them into the appropriate Graph creating the Graph if necessary.
(Overrides BaseRdfHandlerHandleTripleInternal(Triple).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStartRdf
Starts the Handling of RDF.
(Inherited from BaseRdfHandler.)
Protected methodStartRdfInternal
Starts handling RDF.
(Overrides BaseRdfHandlerStartRdfInternal.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also