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

NameTypeAccessDescription
namestr | NoneReadGets the name.
public_idstr | NoneReadGets the public id.
system_idstr | NoneReadGets the system id.
force_quirksboolReadGets the force quirks.
lineintReadGets the line.
columnintReadGets the column.

See Also