Searched refs:pXMLElement (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_simple_parser.cpp882 CFDE_XMLElement* pXMLElement = static_cast<CFDE_XMLElement*>(pXMLChild); local
884 pXMLElement->GetLocalTagName(wsTagName);
906 for (int32_t i = 0, count = pXMLElement->CountAttributes(); i < count;
911 pXMLElement->GetAttribute(i, wsAttrQualifiedName, wsAttrValue);
930 ParseContentNode(pXFAChild, pXMLElement, ePacketID);
932 NormalLoader(pXFAChild, pXMLElement, ePacketID, bUseAttribute);
942 ParseContentNode(pXFAChild, pXMLElement, ePacketID);
945 NormalLoader(pXFAChild, pXMLElement, ePacketID, bUseAttribute);
1028 CFDE_XMLElement* pXMLElement = static_cast<CFDE_XMLElement*>(pXMLChild); local
1031 GetElementTagNamespaceURI(pXMLElement, wsNamespaceUR
[all...]
H A Dcxfa_dataexporter.cpp436 CFDE_XMLElement* pXMLElement = static_cast<CFDE_XMLElement*>(pXMLNode); local
437 if (pXMLElement->HasAttribute(L"xfa:dataNode"))
438 pXMLElement->RemoveAttribute(L"xfa:dataNode");
H A Dxfa_utils.cpp169 CFDE_XMLElement* pXMLElement = static_cast<CFDE_XMLElement*>(pXMLNode); local
171 pXMLElement->GetLocalTagName(wsTag);
H A Dcxfa_node.cpp3450 CFDE_XMLElement* pXMLElement = static_cast<CFDE_XMLElement*>(pXMLNode); local
3451 if (pXMLElement->HasAttribute(wsName.c_str())) {
3452 pXMLElement->RemoveAttribute(wsName.c_str());
3464 CFDE_XMLElement* pXMLElement = static_cast<CFDE_XMLElement*>(pXMLNode); local
3465 pXMLElement->SetTextData(pValue->ToWideString());
3471 CFDE_XMLElement* pXMLElement = static_cast<CFDE_XMLElement*>(pXMLNode); local
3472 pXMLElement->GetTextData(wsTextData);
4598 CFDE_XMLElement* pXMLElement = local
4602 pXMLElement->RemoveAttribute(wsAttributeName.c_str());
/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffdoc.cpp184 CFDE_XMLElement* pXMLElement = static_cast<CFDE_XMLElement*>(pXMLNode); local
185 pXMLElement->GetTagName(wsTagName);
187 pDocumentElement = pXMLElement;
201 CFDE_XMLElement* pXMLElement = static_cast<CFDE_XMLElement*>(pXMLNode); local
202 pXMLElement->GetTagName(wsTagName);
204 pChunkElement = pXMLElement;
H A Dcxfa_textparser.cpp289 CFDE_XMLElement* pXMLElement = static_cast<CFDE_XMLElement*>(pXMLNode); local
290 pXMLElement->GetLocalTagName(wsName);
295 pXMLElement->GetString(L"style", wsValue);
H A Dcxfa_textlayout.cpp80 CFDE_XMLElement* pXMLElement = static_cast<CFDE_XMLElement*>(pXMLChild); local
82 pXMLElement->GetLocalTagName(wsTag);

Completed in 50 milliseconds