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 AttributeNodenext
 The next attribute in the list.

Detailed Description

Structure to represent an XML attribute.

Definition at line 95 of file lex.h.


Field Documentation

The name of the attribute.

Definition at line 97 of file lex.h.

The next attribute in the list.

Definition at line 99 of file lex.h.

The value for the attribute.

Definition at line 98 of file lex.h.


The documentation for this struct was generated from the following file: