JWM Source Documentation
AttributeNode Struct Reference
Structure to represent an XML attribute. More...
#include <lex.h>
Data Fields | |
| char * | name |
| The name of the attribute. | |
| char * | value |
| The value for the attribute. | |
| struct AttributeNode * | next |
| The next attribute in the list. | |
Detailed Description
Field Documentation
| char* AttributeNode::name |
| struct AttributeNode* AttributeNode::next |
| char* AttributeNode::value |
The documentation for this struct was generated from the following file: