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