Structure representing attributes within element
-
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
Documentation
Structure representing attributes within element
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
Alphabetic index
This page was generated with the help of DOC++.