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