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