Searched refs:wsAttrName (Results 1 – 2 of 2) sorted by relevance
165 WideString wsAttrName(wsAttributeName); in GetAttributeLocalName() local166 auto pos = wsAttrName.Find(L':', 0); in GetAttributeLocalName()168 wsLocalAttrName = wsAttrName; in GetAttributeLocalName()171 wsLocalAttrName = wsAttrName.Right(wsAttrName.GetLength() - pos.value() - 1); in GetAttributeLocalName()176 const WideString& wsAttrName, in ResolveAttribute() argument180 if (GetAttributeLocalName(wsAttrName.AsStringView(), wsLocalAttrName)) { in ResolveAttribute()181 wsNSPrefix = wsAttrName.Left(wsAttrName.GetLength() - in ResolveAttribute()899 WideString wsAttrName; in NormalLoader() local900 GetAttributeLocalName(it.first.AsStringView(), wsAttrName); in NormalLoader()901 if (wsAttrName == L"nil" && it.second == L"true") in NormalLoader()[all …]
515 WideString wsAttrName = CXFA_Node::AttributeToName(eAttr); in SetCData() local517 wsAttrName = L"xfa:" + wsAttrName; in SetCData()519 elem->SetString(wsAttrName, wsValue); in SetCData()