Searched refs:newAttribute (Results 1 – 3 of 3) sorted by relevance
90 void NamedAttrList::push_back(NamedAttribute newAttribute) { in push_back() argument94 strcmp(attrs.back().first.data(), newAttribute.first.data()) < 0); in push_back()96 attrs.push_back(newAttribute); in push_back()
263 void push_back(NamedAttribute newAttribute);
1386 Attribute newAttribute = newElement in TestDtdCompatibility() local1398 newAttribute); in TestDtdCompatibility()