Lines Matching defs:doc
1728 * @param doc Reference to the output document. This will be reset
1733 Document &doc)
1740 doc.m->reset();
1741 if (!(doc.m->plibDocument = xmlCtxtReadMemory(m_ctxt,
1749 doc.refreshInternals();
1769 void XmlMemWriter::write(const Document &doc, void **ppvBuf, size_t *pcbSize)
1777 xmlDocDumpFormatMemory(doc.m->plibDocument, (xmlChar**)&m_pBuf, &size, 1);
1857 * @param doc out: document to be reset and filled with data according to file contents.
1860 Document &doc)
1869 doc.m->reset();
1870 if (!(doc.m->plibDocument = xmlCtxtReadIO(m_ctxt,
1879 doc.refreshInternals();
1921 XmlFileWriter::XmlFileWriter(Document &doc)
1924 m->pDoc = &doc;