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

/external/pdfium/xfa/fxfa/parser/
H A Dxfa_utils.cpp470 WideString wsNSAttribute; local
473 wsNSAttribute = L"xmlns";
476 wsNSAttribute = L"xmlns:" + wsQualifier;
484 if (pElement->HasAttribute(wsNSAttribute.c_str())) {
485 *wsNamespaceURI = pElement->GetString(wsNSAttribute.c_str());

Completed in 209 milliseconds