Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/libxml/src/include/libxml/
Dtree.h356 struct _xmlElement { struct
357 void *_private; /* application data */
358 xmlElementType type; /* XML_ELEMENT_DECL, must be second ! */
359 const xmlChar *name; /* Element name */
360 struct _xmlNode *children; /* NULL */
361 struct _xmlNode *last; /* NULL */
362 struct _xmlDtd *parent; /* -> DTD */
363 struct _xmlNode *next; /* next sibling link */
364 struct _xmlNode *prev; /* previous sibling link */
365 struct _xmlDoc *doc; /* the containing document */
[all …]
/external/libxml2/include/libxml/
Dtree.h356 struct _xmlElement { struct
357 void *_private; /* application data */
358 xmlElementType type; /* XML_ELEMENT_DECL, must be second ! */
359 const xmlChar *name; /* Element name */
360 struct _xmlNode *children; /* NULL */
361 struct _xmlNode *last; /* NULL */
362 struct _xmlDtd *parent; /* -> DTD */
363 struct _xmlNode *next; /* next sibling link */
364 struct _xmlNode *prev; /* previous sibling link */
365 struct _xmlDoc *doc; /* the containing document */
[all …]
/external/cronet/stable/third_party/libxml/src/include/libxml/
Dtree.h356 struct _xmlElement { struct
357 void *_private; /* application data */
358 xmlElementType type; /* XML_ELEMENT_DECL, must be second ! */
359 const xmlChar *name; /* Element name */
360 struct _xmlNode *children; /* NULL */
361 struct _xmlNode *last; /* NULL */
362 struct _xmlDtd *parent; /* -> DTD */
363 struct _xmlNode *next; /* next sibling link */
364 struct _xmlNode *prev; /* previous sibling link */
365 struct _xmlDoc *doc; /* the containing document */
[all …]