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
文書
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
アルファベット順索引
このページは DOC++ によって生成されています.