Lines Matching refs:xmlDocPtr
45 xmlDocPtr doc; /* current document */
130 xmlNsPtr oldNs = ((xmlDocPtr) node)->oldNs;
272 xmlDocPtr doc;
1095 xmlCtxtDumpDocHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc)
1171 xmlCtxtDumpDocumentHead(xmlDebugCtxtPtr ctxt, xmlDocPtr doc)
1211 xmlCtxtDumpDocument(xmlDebugCtxtPtr ctxt, xmlDocPtr doc)
1279 xmlCtxtDumpEntities(xmlDebugCtxtPtr ctxt, xmlDocPtr doc)
1395 xmlDebugDumpEntities(FILE * output, xmlDocPtr doc)
1500 xmlDebugDumpDocumentHead(FILE * output, xmlDocPtr doc)
1521 xmlDebugDumpDocument(FILE * output, xmlDocPtr doc)
1572 xmlDebugCheckDocument(FILE * output, xmlDocPtr doc)
1617 list = ((xmlDocPtr) node)->children;
1896 xmlDocDump(fp, (xmlDocPtr) node);
2011 cur = ((xmlDocPtr) node)->children;
2228 node = ((xmlDocPtr) node)->children;
2281 xmlDebugDumpDocumentHead(ctxt->output, (xmlDocPtr) node);
2422 xmlDocDump(ctxt->output, (xmlDocPtr) node);
2428 xmlDocDump(ctxt->output, (xmlDocPtr) node);
2454 xmlDocPtr doc;
2707 node = ((xmlDocPtr) node)->children;
2799 xmlShell(xmlDocPtr doc, char *filename, xmlShellReadlineFunc input,