Searched refs:wsNamespaceURIPrefix (Results 1 – 1 of 1) sorted by relevance
142 const WideStringView& wsNamespaceURIPrefix, in MatchNodeName() argument156 return wsNodeStr.Left(wsNamespaceURIPrefix.GetLength()) == in MatchNodeName()157 wsNamespaceURIPrefix; in MatchNodeName()160 return wsNodeStr == wsNamespaceURIPrefix; in MatchNodeName()198 const WideStringView& wsNamespaceURIPrefix, in FindAttributeWithNS() argument224 if (wsAttrNS.Left(wsNamespaceURIPrefix.GetLength()) != in FindAttributeWithNS()225 wsNamespaceURIPrefix) { in FindAttributeWithNS()229 if (wsAttrNS != wsNamespaceURIPrefix) in FindAttributeWithNS()