Public Attributes | |
ekhtml_string_t | name |
Name of the attribute. | |
ekhtml_string_t | val |
Value of the attribute. | |
unsigned int | isBoolean |
True of the attribute is boolean. | |
ekhtml_attr_t * | next |
Pointer to next attribute in the list. |
When ekhtml parses tags containing key/value attributes, it will pass this structure representing those values into the callbacks. Note, for speed reasons, things such as the 'name' and 'value' fields are not terminated with '\0', and therefore have an associated length field (namelen, vallen).