dotNetRDF API Documentation

NodeFactory Members

NodeFactory overview

Public Instance Constructors

NodeFactory Constructor Creates a new Node Factory

Public Instance Methods

CreateBlankNodeOverloaded. Creates a Blank Node with a new automatically generated ID
CreateGraphLiteralNodeOverloaded. Creates a Graph Literal Node which represents the empty Subgraph
CreateLiteralNodeOverloaded. 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 (inherited from Object)
GetHashCode (inherited from Object)
GetNextBlankNodeID Creates a new unused Blank Node ID and returns it
GetType (inherited from Object)
ToString (inherited from Object)

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

NodeFactory Class | VDS.RDF Namespace