Click or drag to resize

IRdfHandler Methods

The IRdfHandler type exposes the following members.

Methods
  NameDescription
Public methodCreateBlankNode
Creates a Blank Node with a new automatically generated ID.
(Inherited from INodeFactory.)
Public methodCreateBlankNode(String)
Creates a Blank Node with the given Node ID.
(Inherited from INodeFactory.)
Public methodCreateGraphLiteralNode
Creates a Graph Literal Node which represents the empty Subgraph.
(Inherited from INodeFactory.)
Public methodCreateGraphLiteralNode(IGraph)
Creates a Graph Literal Node which represents the given Subgraph.
(Inherited from INodeFactory.)
Public methodCreateLiteralNode(String)
Creates a Literal Node with the given Value.
(Inherited from INodeFactory.)
Public methodCreateLiteralNode(String, String)
Creates a Literal Node with the given Value and Language.
(Inherited from INodeFactory.)
Public methodCreateLiteralNode(String, Uri)
Creates a Literal Node with the given Value and Data Type.
(Inherited from INodeFactory.)
Public methodCreateUriNode
Creates a URI Node for the given URI.
(Inherited from INodeFactory.)
Public methodCreateVariableNode
Creates a Variable Node for the given Variable Name.
(Inherited from INodeFactory.)
Public methodEndRdf
End the Handling of RDF.
Public methodGetNextBlankNodeID
Creates a new unused Blank Node ID and returns it.
(Inherited from INodeFactory.)
Public methodHandleBaseUri
Handles a Base URI Definition.
Public methodHandleNamespace
Handles a Namespace Definition.
Public methodHandleTriple
Handles a Triple.
Public methodStartRdf
Start the Handling of RDF.
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