Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic DocumentType(
string name,
string publicId,
string systemId,
string internalSubset,
Document doc
)
Public Sub New (
name As String,
publicId As String,
systemId As String,
internalSubset As String,
doc As Document
)
public:
DocumentType(
String^ name,
String^ publicId,
String^ systemId,
String^ internalSubset,
Document^ doc
)
new :
name : string *
publicId : string *
systemId : string *
internalSubset : string *
doc : Document -> DocumentType
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