AttributeSelector

AttributeSelector

Overview

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

Matches elements by attribute presence or value.

Properties: attr_name, case_insensitive, operator, value.

Properties

NameTypeAccessDescription
attr_namestrReadGets the attr name.
operatorAttributeOperatorReadGets the operator.
valuestr | NoneReadGets the value.
case_insensitiveboolReadGets the case insensitive.

See Also