#include <dtdParse.h>
Collaboration diagram for dtdElement:

Data Fields | |
| dtdElement * | next |
| char * | name |
| char * | mixedCaseName |
| dtdElChild * | children |
| dtdAttribute * | attributes |
| int | lineIx |
| char * | textType |
Definition at line 8 of file dtdParse.h.
struct dtdElement* dtdElement::next [read] |
| char* dtdElement::name |
Definition at line 12 of file dtdParse.h.
Referenced by dtdElementDump(), fixupChildRefs(), and parseElement().
struct dtdElChild* dtdElement::children [read] |
Definition at line 14 of file dtdParse.h.
Referenced by dtdElementDump(), fixupChildRefs(), and parseElement().
struct dtdAttribute* dtdElement::attributes [read] |
| char* dtdElement::textType |
1.5.2