Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dtree.h405 struct _xmlDtd { struct
406 void *_private; /* application data */
407 xmlElementType type; /* XML_DTD_NODE, must be second ! */
408 const xmlChar *name; /* Name of the DTD */
409 struct _xmlNode *children; /* the value of the property link */
410 struct _xmlNode *last; /* last child link */
411 struct _xmlDoc *parent; /* child->parent link */
412 struct _xmlNode *next; /* next sibling link */
413 struct _xmlNode *prev; /* previous sibling link */
414 struct _xmlDoc *doc; /* the containing document */
[all …]
/external/chromium_org/third_party/libxml/src/include/libxml/
Dtree.h368 struct _xmlDtd { struct
369 void *_private; /* application data */
370 xmlElementType type; /* XML_DTD_NODE, must be second ! */
371 const xmlChar *name; /* Name of the DTD */
372 struct _xmlNode *children; /* the value of the property link */
373 struct _xmlNode *last; /* last child link */
374 struct _xmlDoc *parent; /* child->parent link */
375 struct _xmlNode *next; /* next sibling link */
376 struct _xmlNode *prev; /* previous sibling link */
377 struct _xmlDoc *doc; /* the containing document */
[all …]