Document.ImportNode
Document.ImportNode method
Imports a node from another document to this document, without altering or removing the source node from the original document; this method creates a new copy of the source node.
public Node ImportNode(Node importedNode, bool deep)
Parameter | Type | Description |
---|---|---|
importedNode | Node | The imported node. |
deep | Boolean | if set to true [deep]. |
Return Value
The Node
.
See Also
- class Node
- class Document
- package com.aspose.html.Dom
- package Aspose.HTML