IDOMImplementation.CreateDocument
IDOMImplementation.CreateDocument method
使用其文档元素创建指定类型的 DOM 文档对象。
public Document CreateDocument(string namespaceURI, string qualifiedName, DocumentType doctype)
范围 | 类型 | 描述 |
---|---|---|
namespaceURI | String | 命名空间 URI。 |
qualifiedName | String | 合格者姓名。 |
doctype | DocumentType | 文档类型。 |
返回值
返回文档。
也可以看看
- class Document
- class DocumentType
- interface IDOMImplementation
- 命名空间 Aspose.Html.Dom
- 部件 Aspose.HTML