Click or drag to resize

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
)

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