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

Data Fields | |
| dtdElChild * | next |
| char * | name |
| char | copyCode |
| boolean | isOr |
| dtdElement * | el |
Definition at line 20 of file dtdParse.h.
struct dtdElChild* dtdElChild::next [read] |
| char* dtdElChild::name |
Definition at line 24 of file dtdParse.h.
Referenced by dtdElementDump(), fixupChildRefs(), and parseElement().
| char dtdElChild::copyCode |
| boolean dtdElChild::isOr |
struct dtdElement* dtdElChild::el [read] |
1.5.2