IRdfHandler Interface |
Namespace: VDS.RDF
The IRdfHandler type exposes the following members.
Name | Description | |
---|---|---|
AcceptsAll |
Gets whether the Handler will always handle all data (i.e. won't terminate parsing early).
|
Name | Description | |
---|---|---|
CreateBlankNode |
Creates a Blank Node with a new automatically generated ID.
(Inherited from INodeFactory.) | |
CreateBlankNode(String) |
Creates a Blank Node with the given Node ID.
(Inherited from INodeFactory.) | |
CreateGraphLiteralNode |
Creates a Graph Literal Node which represents the empty Subgraph.
(Inherited from INodeFactory.) | |
CreateGraphLiteralNode(IGraph) |
Creates a Graph Literal Node which represents the given Subgraph.
(Inherited from INodeFactory.) | |
CreateLiteralNode(String) |
Creates a Literal Node with the given Value.
(Inherited from INodeFactory.) | |
CreateLiteralNode(String, String) |
Creates a Literal Node with the given Value and Language.
(Inherited from INodeFactory.) | |
CreateLiteralNode(String, Uri) |
Creates a Literal Node with the given Value and Data Type.
(Inherited from INodeFactory.) | |
CreateUriNode |
Creates a URI Node for the given URI.
(Inherited from INodeFactory.) | |
CreateVariableNode |
Creates a Variable Node for the given Variable Name.
(Inherited from INodeFactory.) | |
EndRdf |
End the Handling of RDF.
| |
GetNextBlankNodeID |
Creates a new unused Blank Node ID and returns it.
(Inherited from INodeFactory.) | |
HandleBaseUri |
Handles a Base URI Definition.
| |
HandleNamespace |
Handles a Namespace Definition.
| |
HandleTriple |
Handles a Triple.
| |
StartRdf |
Start the Handling of RDF.
|
Name | Description | |
---|---|---|
Apply(IGraph) | Overloaded.
Applies the triples of a Graph to an RDF Handler.
(Defined by HandlerExtensions.) | |
Apply(IEnumerableTriple) | Overloaded.
Applies the triples to an RDF Handler.
(Defined by HandlerExtensions.) |