WriteContentTo()
XmlText::WriteContentTo(const SharedPtr<XmlWriter>&) method
Saves all the children of the node to the specified XmlWriter. XmlText nodes do not have children, so this method has no effect.
void System::Xml::XmlText::WriteContentTo(const SharedPtr<XmlWriter> &w) override
Arguments
Parameter | Type | Description |
---|---|---|
w | const SharedPtr<XmlWriter>& | The XmlWriter to which you want to save. |
See Also
- Typedef SharedPtr
- Class XmlWriter
- Class XmlText
- Namespace System::Xml
- Library Aspose.Slides