System::Xml::XmlDocumentType::WriteContentTo 方法
XmlDocumentType::WriteContentTo method
将节点的所有子节点保存到指定的 XmlWriter。对于 XmlDocumentType 节点,此方法没有效果。
void System::Xml::XmlDocumentType::WriteContentTo(const SharedPtr<XmlWriter> &w) override
| Parameter | Type | 描述 |
|---|---|---|
| w | const SharedPtr<XmlWriter>& | 您想要保存的 XmlWriter。 |
另见
- Typedef SharedPtr
- Class XmlWriter
- Class XmlDocumentType
- Namespace System::Xml
- Library Aspose.Page for C++