System::Xml::XmlDocument::XmlDocument 构造函数
XmlDocument::XmlDocument() constructor
初始化 XmlDocument 类的新实例。
System::Xml::XmlDocument::XmlDocument()
另见
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Page for C++
XmlDocument::XmlDocument(const SharedPtr<XmlNameTable>&) constructor
使用指定的 XmlNameTable 初始化 XmlDocument 类的新实例。
System::Xml::XmlDocument::XmlDocument(const SharedPtr<XmlNameTable> &nt)
| Parameter | Type | 描述 |
|---|---|---|
| nt | const SharedPtr<XmlNameTable>& | 要使用的 XmlNameTable。 |
另见
- Typedef SharedPtr
- Class XmlNameTable
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Page for C++