Lines Matching refs:namespace_uri
102 return std::tie(lhs.namespace_uri, lhs.name, lhs.value) < in less_attribute()
103 std::tie(rhs.namespace_uri, rhs.name, rhs.value); in less_attribute()
122 SplitName(name, &el->namespace_uri, &el->name); in StartElementHandler()
126 SplitName(*attrs++, &attribute.namespace_uri, &attribute.name); in StartElementHandler()
232 attr.namespace_uri = util::Utf16ToUtf8(StringPiece16(str16, len)); in CopyAttributes()
324 el->namespace_uri = util::Utf16ToUtf8(StringPiece16(str16, len)); in Inflate()
381 cloned_attr.namespace_uri = attr.namespace_uri; in Clone()
421 if (ns == attr.namespace_uri && name == attr.name) { in FindAttribute()
431 return ns == attr.namespace_uri && name == attr.name; in RemoveAttribute()
467 if (ns == el->namespace_uri && name == el->name) { in FindChildWithAttribute()
499 el->namespace_uri = namespace_uri; in Clone()