#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 |
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 [read] |
the next item in the list
Referenced by dxml_free_attrib(), getatrstring(), and recurse_attribute().