System::Xml::XmlDocument::ImportNode method
XmlDocument::ImportNode method
Imports a node from another document to the current document.
virtual SharedPtr<XmlNode> System::Xml::XmlDocument::ImportNode(SharedPtr<XmlNode> node, bool deep)
Parameter | Type | Description |
---|---|---|
node | SharedPtr<XmlNode> | The node being imported. |
deep | bool | true to perform a deep clone; otherwise, false. |
ReturnValue
The imported XmlNode.
See Also
- Typedef SharedPtr
- Class XmlNode
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.TeX for C++