WriteToStoreHandler Class |
Namespace: VDS.RDF.Parsing.Handlers
The WriteToStoreHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | WriteToStoreHandler(IStorageProvider) |
Creates a new Write to Store Handler.
|
![]() | WriteToStoreHandler(IStorageProvider, Int32) |
Creates a new Write to Store Handler.
|
![]() | WriteToStoreHandler(IStorageProvider, Uri) |
Creates a new Write to Store Handler.
|
![]() | WriteToStoreHandler(IStorageProvider, Uri, Int32) |
Creates a new Write to Store Handler.
|
Name | Description | |
---|---|---|
![]() | AcceptsAll |
Gets that the Handler accepts all Triples.
(Overrides BaseRdfHandler.AcceptsAll.) |
![]() | NodeFactory |
Gets/Sets the in-use Node Factory.
(Inherited from BaseHandler.) |
Name | Description | |
---|---|---|
![]() | CreateBlankNode() |
Creates a Blank Node.
(Inherited from BaseHandler.) |
![]() | CreateBlankNode(String) |
Creates a Blank Node with the given ID.
(Inherited from BaseHandler.) |
![]() | CreateGraphLiteralNode() |
Creates a Graph Literal Node.
(Inherited from BaseHandler.) |
![]() | CreateGraphLiteralNode(IGraph) |
Creates a Graph Literal Node with the given sub-graph.
(Inherited from BaseHandler.) |
![]() | CreateLiteralNode(String) |
Creates a Literal Node.
(Inherited from BaseHandler.) |
![]() | CreateLiteralNode(String, String) |
Creates a Literal Node with the given Language.
(Inherited from BaseHandler.) |
![]() | CreateLiteralNode(String, Uri) |
Creates a Literal Node with the given Datatype.
(Inherited from BaseHandler.) |
![]() | CreateUriNode |
Creates a URI Node.
(Inherited from BaseHandler.) |
![]() | CreateVariableNode |
Creates a Variable Node.
(Inherited from BaseHandler.) |
![]() | EndRdf |
Ends the Handling of RDF.
(Inherited from BaseRdfHandler.) |
![]() | EndRdfInternal |
Ends RDF Handling by ensuring the queue of Triples to write has been processed.
(Overrides BaseRdfHandler.EndRdfInternal(Boolean).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetNextBlankNodeID |
Gets the next available Blank Node ID.
(Inherited from BaseHandler.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HandleBaseUri |
Handles Base URI declarations.
(Inherited from BaseRdfHandler.) |
![]() | HandleBaseUriInternal |
Optionally used by derived Handlers to do additional actions on handling Base URI declarations.
(Inherited from BaseRdfHandler.) |
![]() | HandleNamespace |
Handles Namespace declarations.
(Inherited from BaseRdfHandler.) |
![]() | HandleNamespaceInternal |
Optionally used by derived Handlers to do additional actions on handling namespace declarations.
(Inherited from BaseRdfHandler.) |
![]() | HandleTriple |
Handles Triples.
(Inherited from BaseRdfHandler.) |
![]() | HandleTripleInternal |
Handles Triples by queuing them for writing and enacting the writing if the Batch Size has been reached/exceeded.
(Overrides BaseRdfHandler.HandleTripleInternal(Triple).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | StartRdf |
Starts the Handling of RDF.
(Inherited from BaseRdfHandler.) |
![]() | StartRdfInternal |
Starts RDF Handling by ensuring the queue of Triples to write is empty.
(Overrides BaseRdfHandler.StartRdfInternal().) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | DefaultBatchSize |
Default Batch Size for writes.
|