Home
last modified time | relevance | path

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

/external/cronet/third_party/libxml/src/include/libxml/
Dtree.h348 struct _xmlElement { struct
349 void *_private; /* application data */
350 xmlElementType type; /* XML_ELEMENT_DECL, must be second ! */
351 const xmlChar *name; /* Element name */
352 struct _xmlNode *children; /* NULL */
353 struct _xmlNode *last; /* NULL */
354 struct _xmlDtd *parent; /* -> DTD */
355 struct _xmlNode *next; /* next sibling link */
356 struct _xmlNode *prev; /* previous sibling link */
357 struct _xmlDoc *doc; /* the containing document */
[all …]
/external/libxml2/include/libxml/
Dtree.h348 struct _xmlElement { struct
349 void *_private; /* application data */
350 xmlElementType type; /* XML_ELEMENT_DECL, must be second ! */
351 const xmlChar *name; /* Element name */
352 struct _xmlNode *children; /* NULL */
353 struct _xmlNode *last; /* NULL */
354 struct _xmlDtd *parent; /* -> DTD */
355 struct _xmlNode *next; /* next sibling link */
356 struct _xmlNode *prev; /* previous sibling link */
357 struct _xmlDoc *doc; /* the containing document */
[all …]