Lines Matching refs:namespaceUri
83 ns->namespaceUri = util::utf8ToUtf16(uri); in startNamespaceHandler()
98 return std::tie(lhs.namespaceUri, lhs.name, lhs.value) < in lessAttribute()
99 std::tie(rhs.namespaceUri, rhs.name, rhs.value); in lessAttribute()
107 splitName(name, &el->namespaceUri, &el->name); in startElementHandler()
111 splitName(*attrs++, &attribute.namespaceUri, &attribute.name); in startElementHandler()
212 attr.namespaceUri.assign(str16, len); in copyAttributes()
258 node->namespaceUri.assign(str16, len); in inflate()
269 node->namespaceUri.assign(str16, len); in inflate()
352 if (ns == attr.namespaceUri && name == attr.name) { in findAttribute()
376 if (ns == el->namespaceUri && name == el->name) { in findChildWithAttribute()
411 if (Maybe<ExtractedPackage> maybePackage = extractPackageFromNamespace(ns->namespaceUri)) { in visit()