Home | History | Annotate | Download | only in dom

Lines Matching refs:attr

601                 Attribute* attr = attrs->attributeItem(i);
602 if (attr->localName() == xmlnsAtom)
603 m_defaultNamespaceURI = attr->value();
604 else if (attr->prefix() == xmlnsAtom)
605 m_prefixToNamespaceMap.set(attr->localName(), attr->value());