DocumentType
DocumentType constructor
Initializes a new instance of the DocumentType
class.
public DocumentType(string name, string publicId, string systemId, string internalSubset,
Document doc)
Parameter | Type | Description |
---|---|---|
name | String | The entity name. |
publicId | String | The public id. |
systemId | String | The system id. |
internalSubset | String | The internal subset. |
doc | Document | The document. |
See Also
- class Document
- class DocumentType
- namespace Aspose.Html.Dom
- assembly Aspose.HTML