JWM Source Documentation
|
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. | |
char* AttributeNode::name |
The name of the attribute.
Definition at line 94 of file lex.h.
Referenced by CreateAttribute(), FindAttribute(), ReleaseTokens(), and Tokenize().
struct AttributeNode* AttributeNode::next |
The next attribute in the list.
Definition at line 96 of file lex.h.
Referenced by CreateAttribute(), FindAttribute(), and ReleaseTokens().
char* AttributeNode::value |
The value for the attribute.
Definition at line 95 of file lex.h.
Referenced by CreateAttribute(), FindAttribute(), ReleaseTokens(), and Tokenize().
joewing.net / Projects / JWM