Home
last modified time | relevance | path

Searched refs:wsNSAttribute (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_parser_imp.cpp218 CFX_WideString wsNSAttribute; in XFA_FDEExtension_ResolveNamespaceQualifier() local
221 wsNSAttribute = FX_WSTRC(L"xmlns"); in XFA_FDEExtension_ResolveNamespaceQualifier()
224 wsNSAttribute = FX_WSTRC(L"xmlns:") + wsQualifier; in XFA_FDEExtension_ResolveNamespaceQualifier()
231 if (pNode->HasAttribute(wsNSAttribute)) { in XFA_FDEExtension_ResolveNamespaceQualifier()
232 pNode->GetString(wsNSAttribute, wsNamespaceURI); in XFA_FDEExtension_ResolveNamespaceQualifier()