Searched defs:_xmlElementContent (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h263 typedef struct _xmlElementContent xmlElementContent;
265 struct _xmlElementContent { struct
269 struct _xmlElementContent *c1; /* first child */
270 struct _xmlElementContent *c2; /* second child */
271 struct _xmlElementContent *parent; /* parent */

Completed in 36 milliseconds