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

/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp1548 xmlDocPtr plibDocument; member in struct:xml::Document::Data
1554 plibDocument = NULL;
1566 if (plibDocument)
1568 xmlFreeDoc(plibDocument);
1569 plibDocument = NULL;
1585 if (p->plibDocument)
1587 plibDocument = xmlCopyDoc(p->plibDocument,
1623 m->pRootElement = new ElementNode(NULL, NULL, NULL, xmlDocGetRootElement(m->plibDocument));
1657 if (m->pRootElement || m->plibDocument)
[all...]

Completed in 41 milliseconds