[El-Kabong Home]
Main Page   Compound List   File List   Compound Members   File Members  

ekhtml_attr_t Struct Reference

Attribute object, passed into callbacks. More...

List of all members.

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.


Detailed Description

Attribute object, passed into callbacks.

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).


The documentation for this struct was generated from the following file:
Generated on Sun Nov 10 15:54:34 2002 for ekhtml by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002