DocumentType constructor
init
Initializes a new instance of the DocumentType
class.
def __init__(self, name, public_id, system_id, internal_subset, doc):
...
Parameter | Type | Description |
---|---|---|
name | str | The entity name. |
public_id | str | The public id. |
system_id | str | The system id. |
internal_subset | str | The internal subset. |
doc | Document | The document. |
See Also
- module
aspose.svg.dom
- class
DocumentType