BaseRdfHandler Class |
Namespace: VDS.RDF.Parsing.Handlers
The BaseRdfHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseRdfHandler() |
Creates a new RDF Handler.
|
![]() | BaseRdfHandler(INodeFactory) |
Creates a new RDF Handler using the given Node Factory.
|
Name | Description | |
---|---|---|
![]() | AcceptsAll |
Gets whether the Handler will accept all Triples i.e. it will never abort handling early.
|
![]() | 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.
|
![]() | EndRdfInternal |
Optionally used by derived Handlers to do additional actions on ending RDF handling.
|
![]() | 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.
|
![]() | HandleBaseUriInternal |
Optionally used by derived Handlers to do additional actions on handling Base URI declarations.
|
![]() | HandleNamespace |
Handles Namespace declarations.
|
![]() | HandleNamespaceInternal |
Optionally used by derived Handlers to do additional actions on handling namespace declarations.
|
![]() | HandleTriple |
Handles Triples.
|
![]() | HandleTripleInternal |
Must be overridden by derived handlers to take appropriate Triple handling action.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | StartRdf |
Starts the Handling of RDF.
|
![]() | StartRdfInternal |
Optionally used by derived Handlers to do additional actions on starting RDF handling.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | Apply(IGraph) | Overloaded.
Applies the triples of a Graph to an RDF Handler.
(Defined by HandlerExtensions.) |
![]() | Apply(IEnumerable<Triple>) | Overloaded.
Applies the triples to an RDF Handler.
(Defined by HandlerExtensions.) |