IDOMImplementation.CreateDocumentType

IDOMImplementation.CreateDocumentType method

Creates an empty DocumentType node. Entity declarations and notations are not made available. Entity reference expansions and default attribute additions do not occur.

public DocumentType CreateDocumentType(string qualifiedName, string publicId, string systemId)
ParameterTypeDescription
qualifiedNameStringName of the qualified.
publicIdStringThe public id.
systemIdStringThe system id.

Return Value

The DocumentType.

See Also