CreateDocumentType

Document.CreateDocumentType method

创建一个 DocumentType 节点。

public DocumentType CreateDocumentType(string name, string publicId, string systemId, 
    string internalSubset)
范围类型描述
nameString文档类型名称。
publicIdString公共标识。
systemIdString系统标识。
internalSubsetString内部子集。

返回值

DocumentType .

也可以看看