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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h61 * 1) xmlNs gets an additional field @context (a xmlDoc)
62 * 2) when creating a tree, xmlNs->href is stored in the dict of xmlDoc.
357 struct _xmlDoc *context; /* normally an xmlDoc */
507 * xmlDoc:
511 typedef struct _xmlDoc xmlDoc; typedef in typeref:struct:_xmlDoc
512 typedef xmlDoc *xmlDocPtr;
/external/libxml2/include/libxml/
H A Dtree.h62 * 1) xmlNs gets an additional field @context (a xmlDoc)
63 * 2) when creating a tree, xmlNs->href is stored in the dict of xmlDoc.
394 struct _xmlDoc *context; /* normally an xmlDoc */
544 * xmlDoc:
548 typedef struct _xmlDoc xmlDoc; typedef in typeref:struct:_xmlDoc
549 typedef xmlDoc *xmlDocPtr;

Completed in 340 milliseconds