|
dancer-xml Reference 0.8.2.1
|
Structure representing attributes within element. More...
#include <dancer-xml.h>
Data Fields | |
| char * | attribute_name |
| the name of the attribute | |
| char * | attribute_data |
| the content of the attribute | |
| struct dxml_attribute * | next |
| the next item in the list | |
Structure representing attributes within element.
the content of the attribute
Referenced by dxml_free_attrib(), getatrstring(), read_attribute(), and recurse_attribute().
the name of the attribute
Referenced by dxml_free_attrib(), getatrstring(), read_attribute(), and recurse_attribute().
| struct dxml_attribute* dxml_attribute::next |
the next item in the list
Referenced by dxml_free_attrib(), getatrstring(), and recurse_attribute().
1.7.4