Searched refs:idItem (Results 1 – 1 of 1) sorted by relevance
763 Attribute* idItem = attrs->getAttributeItem(idAttributeName()); in insertedIntoDocument() local764 if (idItem && !idItem->isNull()) in insertedIntoDocument()765 updateId(nullAtom, idItem->value()); in insertedIntoDocument()774 Attribute* idItem = attrs->getAttributeItem(idAttributeName()); in removedFromDocument() local775 if (idItem && !idItem->isNull()) in removedFromDocument()776 updateId(idItem->value(), nullAtom); in removedFromDocument()