Lines Matching defs:xmlDoc
62 * 1) xmlNs gets an additional field @context (a xmlDoc)
63 * 2) when creating a tree, xmlNs->href is stored in the dict of xmlDoc.
395 struct _xmlDoc *context; /* normally an xmlDoc */
545 * xmlDoc:
549 typedef struct _xmlDoc xmlDoc;
550 typedef xmlDoc *xmlDocPtr;
762 xmlGetIntSubset (const xmlDoc *doc);
850 xmlNewDocText (const xmlDoc *doc,
881 xmlNewReference (const xmlDoc *doc,
920 xmlDocGetRootElement (const xmlDoc *doc);
997 xmlGetNsList (const xmlDoc *doc,
1043 xmlStringGetNodeList (const xmlDoc *doc,
1046 xmlStringLenGetNodeList (const xmlDoc *doc,
1055 xmlNodeListGetRawString (const xmlDoc *doc,
1098 xmlNodeGetBase (const xmlDoc *doc,
1245 xmlGetDocCompressMode (const xmlDoc *doc);