Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

xml_attribute Struct Reference

Every tag has a list of attributes, which are key-value pairs as defined in this struct. More...

#include <xmlt.h>


Data Fields

int attribute
 Attribute number, could be XML_UNKNOWN_ATTRIBUTE.

char * value
 Value of the attribute.

char * unknown_attrib
 Unknown attributes are stored here literally.


Detailed Description

Every tag has a list of attributes, which are key-value pairs as defined in this struct.

Whenever an attribute is found inside a tag (e.g. <foo key="value">), the string "key" is looked up in a dictionary of recognized attributes, and is stored here together with "value".

Definition at line 48 of file xmlt.h.


Generated on Sun Feb 16 23:40:04 2003 for FreeLCD by doxygen1.2.18