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.h342 struct _xmlElement { struct
343 void *_private; /* application data */
344 xmlElementType type; /* XML_ELEMENT_DECL, must be second ! */
345 const xmlChar *name; /* Element name */
346 struct _xmlNode *children; /* NULL */
347 struct _xmlNode *last; /* NULL */
348 struct _xmlDtd *parent; /* -> DTD */
349 struct _xmlNode *next; /* next sibling link */
350 struct _xmlNode *prev; /* previous sibling link */
351 struct _xmlDoc *doc; /* the containing document */
[all …]
/external/libxml2/include/libxml/
Dtree.h347 struct _xmlElement { struct
348 void *_private; /* application data */
349 xmlElementType type; /* XML_ELEMENT_DECL, must be second ! */
350 const xmlChar *name; /* Element name */
351 struct _xmlNode *children; /* NULL */
352 struct _xmlNode *last; /* NULL */
353 struct _xmlDtd *parent; /* -> DTD */
354 struct _xmlNode *next; /* next sibling link */
355 struct _xmlNode *prev; /* previous sibling link */
356 struct _xmlDoc *doc; /* the containing document */
[all …]