EndTagToken

Overview

EndTagToken is a class in Aspose.Html FOSS for Python.

An end tag token, e.g.

Properties: column, line, tag_name.

Properties

NameTypeAccessDescription
tag_namestrReadGets the tag name.
lineintReadGets the line.
columnintReadGets the column.

See Also