System::Xml::XmlDeclaration::WriteContentTo method
XmlDeclaration::WriteContentTo method
Saves the children of the node to the specified XmlWriter. Because XmlDeclaration nodes do not have children, this method has no effect.
void System::Xml::XmlDeclaration::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 XmlDeclaration
- Namespace System::Xml
- Library Aspose.TeX for C++