Home | History | Annotate | Download | only in Api

Lines Matching defs:setAttributeNS

374     \sa attribute(), attributeNS(), setAttributeNS()
391 void QWebElement::setAttributeNS(const QString &namespaceUri, const QString &name, const QString &value)
396 m_element->setAttributeNS(namespaceUri, name, value, exception);
403 \sa setAttribute(), setAttributeNS(), attributeNS()
419 \sa setAttributeNS(), setAttribute(), attribute()
448 \sa attributeNS(), setAttributeNS()
474 \sa attributeNS(), setAttributeNS(), hasAttributeNS()