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

NameTypeAccessDescription
tag_namestrReadGets the tag name.
self_closingboolReadGets the self closing.
attributestuple[tuple[str, str], ...]ReadGets the attributes.
lineintReadGets the line.
columnintReadGets the column.

See Also