Home
last modified time | relevance | path

Searched defs:_xmlDtd (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h367 struct _xmlDtd { struct
368 void *_private; /* application data */
369 xmlElementType type; /* XML_DTD_NODE, must be second ! */
370 const xmlChar *name; /* Name of the DTD */
371 struct _xmlNode *children; /* the value of the property link */
372 struct _xmlNode *last; /* last child link */
373 struct _xmlDoc *parent; /* child->parent link */
374 struct _xmlNode *next; /* next sibling link */
375 struct _xmlNode *prev; /* previous sibling link */
376 struct _xmlDoc *doc; /* the containing document */
[all …]