|
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 More... | |
| char * | attribute_data |
| the content of the attribute More... | |
| struct dxml_attribute * | next |
| the next item in the list More... | |
Structure representing attributes within element.
| char* dxml_attribute::attribute_data |
the content of the attribute
Referenced by dxml_free_attrib(), getatrstring(), read_attribute(), and recurse_attribute().
| char* dxml_attribute::attribute_name |
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.8.5