Searched refs:idItem (Results 1 – 1 of 1) sorted by relevance
946 Attribute* idItem = m_attributeMap->getAttributeItem(document()->idAttributeName()); in insertedIntoDocument() local947 if (idItem && !idItem->isNull()) in insertedIntoDocument()948 updateId(nullAtom, idItem->value()); in insertedIntoDocument()957 Attribute* idItem = m_attributeMap->getAttributeItem(document()->idAttributeName()); in removedFromDocument() local958 if (idItem && !idItem->isNull()) in removedFromDocument()959 updateId(idItem->value(), nullAtom); in removedFromDocument()