Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dtree.h345 struct _xmlElement { struct
346 void *_private; /* application data */
347 xmlElementType type; /* XML_ELEMENT_DECL, must be second ! */
348 const xmlChar *name; /* Element name */
349 struct _xmlNode *children; /* NULL */
350 struct _xmlNode *last; /* NULL */
351 struct _xmlDtd *parent; /* -> DTD */
352 struct _xmlNode *next; /* next sibling link */
353 struct _xmlNode *prev; /* previous sibling link */
354 struct _xmlDoc *doc; /* the containing document */
[all …]
/external/chromium_org/third_party/libxml/src/include/libxml/
Dtree.h307 struct _xmlElement { struct
308 void *_private; /* application data */
309 xmlElementType type; /* XML_ELEMENT_DECL, must be second ! */
310 const xmlChar *name; /* Element name */
311 struct _xmlNode *children; /* NULL */
312 struct _xmlNode *last; /* NULL */
313 struct _xmlDtd *parent; /* -> DTD */
314 struct _xmlNode *next; /* next sibling link */
315 struct _xmlNode *prev; /* previous sibling link */
316 struct _xmlDoc *doc; /* the containing document */
[all …]