typedef struct dxml_attribute

Structure representing attributes within element

[more]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


Documentation

Structure representing attributes within element
ochar* attribute_name
the name of the attribute

ochar* attribute_data
the content of the attribute

ostruct dxml_attribute * next
the next item in the list

Alphabetic index



This page was generated with the help of DOC++.