Overview
EndTagToken is a class in Aspose.Html FOSS for Python.
An end tag token, e.g.
Properties: column, line, tag_name.
Properties
| Name | Type | Access | Description |
|---|
tag_name | str | Read | Gets the tag name. |
line | int | Read | Gets the line. |
column | int | Read | Gets the column. |
See Also