System::Xml::XmlNode::WriteContentTo method
XmlNode::WriteContentTo method
Saves all the child nodes of the node to the specified XmlWriter, when overridden in a derived class.
virtual void System::Xml::XmlNode::WriteContentTo(const SharedPtr<XmlWriter> &w)=0
Parameter | Type | Description |
---|---|---|
w | const SharedPtr<XmlWriter>& | The XmlWriter to which you want to save. |
See Also
- Typedef SharedPtr
- Class XmlWriter
- Class XmlNode
- Namespace System::Xml
- Library Aspose.PDF for C++