#include <libFireBird.h>
Data Fields | |
| char * | name |
| char ** | attr |
| char * | txt |
| size_t | off |
| ezxml_t | next |
| ezxml_t | sibling |
| ezxml_t | ordered |
| ezxml_t | child |
| ezxml_t | parent |
| short | flags |
Definition at line 1391 of file libFireBird.h.
| char** ezxml::attr |
Definition at line 1394 of file libFireBird.h.
| ezxml_t ezxml::child |
Definition at line 1400 of file libFireBird.h.
| short ezxml::flags |
Definition at line 1402 of file libFireBird.h.
| char* ezxml::name |
Definition at line 1393 of file libFireBird.h.
| ezxml_t ezxml::next |
Definition at line 1397 of file libFireBird.h.
| size_t ezxml::off |
Definition at line 1396 of file libFireBird.h.
| ezxml_t ezxml::ordered |
Definition at line 1399 of file libFireBird.h.
| ezxml_t ezxml::parent |
Definition at line 1401 of file libFireBird.h.
| ezxml_t ezxml::sibling |
Definition at line 1398 of file libFireBird.h.
| char* ezxml::txt |
Definition at line 1395 of file libFireBird.h.