Public Attributes | |
const char * | name |
Name of the attribute. | |
apr_size_t | namelen |
Length of `name`. | |
const char * | val |
Value of the attribute. More... | |
apr_size_t | vallen |
Length of `val`. | |
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).
|
Value of the attribute. If the attribute is boolean (i.e. <FOO BAR>), then this value will be NULL |