Searched defs:_xmlDtd (Results 1 – 2 of 2) sorted by relevance
408 struct _xmlDtd { struct409 void *_private; /* application data */410 xmlElementType type; /* XML_DTD_NODE, must be second ! */411 const xmlChar *name; /* Name of the DTD */412 struct _xmlNode *children; /* the value of the property link */413 struct _xmlNode *last; /* last child link */414 struct _xmlDoc *parent; /* child->parent link */415 struct _xmlNode *next; /* next sibling link */416 struct _xmlNode *prev; /* previous sibling link */417 struct _xmlDoc *doc; /* the containing document */[all …]