(no version information, might be only in CVS)
DOMElement->setAttribute() -- Ajoute un nouvel attribut
Description
class
DOMElement {
bool
setAttribute ( string name, string value )
}
Ajoute un attribut avec comme nom name et comme
valeur value. Si l'attribut n'existe pas, il sera créé.