Home | History | Annotate | Download | only in dom

Lines Matching refs:getAttributeItem

641         if (Attribute* attribute = m_attributeMap->getAttributeItem(name, ignoreCase))
669 Attribute* old = attributes(false)->getAttributeItem(localName, false);
704 Attribute* old = attributes(false)->getAttributeItem(name);
810 Attribute* oldId = m_attributeMap ? m_attributeMap->getAttributeItem(idName) : 0;
811 Attribute* newId = list ? list->getAttributeItem(idName) : 0;
946 Attribute* idItem = m_attributeMap->getAttributeItem(document()->idAttributeName());
957 Attribute* idItem = m_attributeMap->getAttributeItem(document()->idAttributeName());
1540 return attrs->getAttributeItem(localName, false);
1548 return attrs->getAttributeItem(QualifiedName(nullAtom, localName, namespaceURI));
1847 if (Attribute* attribute = m_attributeMap->getAttributeItem(name))
1858 if (Attribute* attribute = m_attributeMap->getAttributeItem(name))