Searched refs:dst_attr (Results 1 – 1 of 1) sorted by relevance
37 xml::Attribute* dst_attr = dst_el->FindAttribute(src_attr.namespace_uri, src_attr.name); in CopyAttribute() local38 if (dst_attr != nullptr) { in CopyAttribute()41 dst_attr->value = src_attr.value; in CopyAttribute()42 dst_attr->compiled_attribute = src_attr.compiled_attribute; in CopyAttribute()44 dst_attr->compiled_value.reset(src_attr.compiled_value->Clone(out_string_pool)); in CopyAttribute()