Searched refs:pXmlElmnt (Results 1 – 1 of 1) sorted by relevance
64 CXML_Element *&pXmlElmnt = ((PDFDOC_LPMETADATA)m_pData)->m_pXmlElmnt; in LoadDoc() local65 pXmlElmnt = CXML_Element::Parse(pBuf, size); in LoadDoc()66 if (!pXmlElmnt) { in LoadDoc()70 if (pXmlElmnt->GetTagName() == FX_BSTRC("RDF")) { in LoadDoc()71 pElmntRdf = pXmlElmnt; in LoadDoc()73 pElmntRdf = pXmlElmnt->GetElement(NULL, FX_BSTRC("RDF")); in LoadDoc()