StartTagToken
Overview
StartTagToken is a class in Aspose.Html FOSS for Python.
A start tag token, e.g.
Properties: attributes, column, line, self_closing, tag_name.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
tag_name | str | Read | Gets the tag name. |
self_closing | bool | Read | Gets the self closing. |
attributes | tuple[tuple[str, str], ...] | Read | Gets the attributes. |
line | int | Read | Gets the line. |
column | int | Read | Gets the column. |