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

/external/libxml2/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.
356 struct _xmlDoc *context; /* normally an xmlDoc */
506 * xmlDoc:
510 typedef struct _xmlDoc xmlDoc; typedef in typeref:struct:_xmlDoc
511 typedef xmlDoc *xmlDocPtr;

Completed in 87 milliseconds