Example #1
0
void ElementAttributeData::clearAttributes()
{
    ASSERT(isMutable());
    clearClass();
    mutableAttributeVector().clear();
}
Example #2
0
void ElementAttributeData::clearAttributes(Element* element)
{
    clearClass();
    detachAttributesFromElement(element);
    m_attributes.clear();
}