HomeSort by relevance Sort by last modified time
    Searched defs:namespaceUri (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKit/qt/Api/
qwebelement.cpp 348 Adds an attribute with the given \a name in \a namespaceUri with \a value.
354 void QWebElement::setAttributeNS(const QString &namespaceUri, const QString &name, const QString &value)
359 m_element->setAttributeNS(namespaceUri, name, value, exception);
379 Returns the attribute with the given \a name in \a namespaceUri. If the
384 QString QWebElement::attributeNS(const QString &namespaceUri, const QString &name, const QString &defaultValue) const
388 if (m_element->hasAttributeNS(namespaceUri, name))
389 return m_element->getAttributeNS(namespaceUri, name);
409 \a namespaceUri; otherwise returns false.
413 bool QWebElement::hasAttributeNS(const QString &namespaceUri, const QString &name) const
417 return m_element->hasAttributeNS(namespaceUri, name)
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 66 milliseconds