Tools.CopyNode Method (INode, INodeFactory) |
Copies a Node using another Node Factory.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic static INode CopyNode(
INode original,
INodeFactory target
)
Public Shared Function CopyNode (
original As INode,
target As INodeFactory
) As INode
Parameters
- original
- Type: VDS.RDF.INode
Node to copy. - target
- Type: VDS.RDF.INodeFactory
Factory to copy into.
Return Value
Type:
INode[Missing <returns> documentation for "M:VDS.RDF.Tools.CopyNode(VDS.RDF.INode,VDS.RDF.INodeFactory)"]
RemarksWarning: Copying Blank Nodes may lead to unforseen circumstances since no remapping of IDs between Factories is done.
See Also