#include <kfaml.h>
Data Fields | |
char * | tagtype |
The tag type, NULL if plain text. | |
char * | stream |
Plain text is here, NULL otherwise. | |
Llist * | attributes |
The list of attributes. | |
Llist * | children |
The list of children. | |
int | closetag |
Wether this tag was closed or not. |