INodeFactory Interface |
Namespace: VDS.RDF
The INodeFactory type exposes the following members.
Name | Description | |
---|---|---|
CreateBlankNode |
Creates a Blank Node with a new automatically generated ID.
| |
CreateBlankNode(String) |
Creates a Blank Node with the given Node ID.
| |
CreateGraphLiteralNode |
Creates a Graph Literal Node which represents the empty Subgraph.
| |
CreateGraphLiteralNode(IGraph) |
Creates a Graph Literal Node which represents the given Subgraph.
| |
CreateLiteralNode(String) |
Creates a Literal Node with the given Value.
| |
CreateLiteralNode(String, String) |
Creates a Literal Node with the given Value and Language.
| |
CreateLiteralNode(String, Uri) |
Creates a Literal Node with the given Value and Data Type.
| |
CreateUriNode |
Creates a URI Node for the given URI.
| |
CreateVariableNode |
Creates a Variable Node for the given Variable Name.
| |
GetNextBlankNodeID |
Creates a new unused Blank Node ID and returns it.
|