DoctypeToken
Overview
DoctypeToken is a class in Aspose.Html FOSS for Python.
A DOCTYPE token emitted by the WHATWG tokeniser.
Properties: column, force_quirks, line, name, public_id, system_id.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | str | None | Read | Gets the name. |
public_id | str | None | Read | Gets the public id. |
system_id | str | None | Read | Gets the system id. |
force_quirks | bool | Read | Gets the force quirks. |
line | int | Read | Gets the line. |
column | int | Read | Gets the column. |