BaseHandler Methods |
The BaseHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateBlankNode |
Creates a Blank Node.
| |
| CreateBlankNode(String) |
Creates a Blank Node with the given ID.
| |
| CreateGraphLiteralNode |
Creates a Graph Literal Node.
| |
| CreateGraphLiteralNode(IGraph) |
Creates a Graph Literal Node with the given sub-graph.
| |
| CreateLiteralNode(String) |
Creates a Literal Node.
| |
| CreateLiteralNode(String, String) |
Creates a Literal Node with the given Language.
| |
| CreateLiteralNode(String, Uri) |
Creates a Literal Node with the given Datatype.
| |
| CreateUriNode |
Creates a URI Node.
| |
| CreateVariableNode |
Creates a Variable Node.
| |
| 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.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |