DocumentType Constructor
Initializes a new instance of the DocumentType class.

Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public DocumentType(
	string name,
	string publicId,
	string systemId,
	string internalSubset,
	Document doc
)

Parameters

name
Type: SystemString
The entity name.
publicId
Type: SystemString
The public id.
systemId
Type: SystemString
The system id.
internalSubset
Type: SystemString
The internal subset.
doc
Type: Aspose.Html.DomDocument
The document.
See Also