System::Xml::XmlDocument::WriteContentTo method
XmlDocument::WriteContentTo method
Saves all the children of the XmlDocument node to the specified XmlWriter.
void System::Xml::XmlDocument::WriteContentTo(const SharedPtr<XmlWriter> &xw) override
Parameter | Type | Description |
---|---|---|
xw | const SharedPtr<XmlWriter>& | The XmlWriter to which you want to save. |
See Also
- Typedef SharedPtr
- Class XmlWriter
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.TeX for C++