NodeFactory Class |
Namespace: VDS.RDF
The NodeFactory type exposes the following members.
Name | Description | |
---|---|---|
![]() | NodeFactory |
Creates a new Node Factory.
|
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.
|
![]() | 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 |
Creates a new unused Blank Node ID and returns it.
|
![]() | 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.) |