Lines Matching defs:myDoc
1849 doc = ctxt->myDoc;3898 xmlDocPtr myDoc;3909 myDoc = xmlParseFile(filename);3910 if (myDoc) {3911 xmlFreeDoc(myDoc);