IWrappingRdfHandler Methods | 
The IWrappingRdfHandler type exposes the following members.
| 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.
              (Inherited from IRdfHandler.) | |
| GetNextBlankNodeID | 
            Creates a new unused Blank Node ID and returns it.
              (Inherited from INodeFactory.) | |
| HandleBaseUri | 
            Handles a Base URI Definition.
              (Inherited from IRdfHandler.) | |
| HandleNamespace | 
            Handles a Namespace Definition.
              (Inherited from IRdfHandler.) | |
| HandleTriple | 
            Handles a Triple.
              (Inherited from IRdfHandler.) | |
| StartRdf | 
            Start the Handling of RDF.
              (Inherited from IRdfHandler.) | 
| 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.) |