dancer-xml Reference 0.8.2.1
Data Fields
dxml_attribute Struct Reference

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_attributenext
 the next item in the list

Detailed Description

Structure representing attributes within element.


Field Documentation

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

the next item in the list

Referenced by dxml_free_attrib(), getatrstring(), and recurse_attribute().


The documentation for this struct was generated from the following file: