Document.CreateDocumentType

Document.CreateDocumentType method

Creates a DocumentType node.

public DocumentType CreateDocumentType(string name, string publicId, string systemId, 
    string internalSubset)
ParameterTypeDescription
nameStringThe document type name.
publicIdStringThe public id.
systemIdStringThe system id.
internalSubsetStringThe internal subset.

Return Value

The DocumentType.

See Also