NAME
Qt::WebKit::QWebElement
PUBLIC METHODS
- QWebElement()
- QWebElement()
- ~QWebElement()
- void addClass()
- void appendInside()
- void appendInside()
- void appendOutside()
- void appendOutside()
- QString attribute(, )
- QString attribute(, = QString())
- QString attributeNS(, , )
- QString attributeNS(, , = QString())
- QStringList attributeNames()
- QStringList attributeNames( = QString())
- QStringList classes()
- QWebElement clone()
- QWebElement document()
- void encloseContentsWith()
- void encloseContentsWith()
- void encloseWith()
- void encloseWith()
- QVariant evaluateJavaScript()
- QWebElementCollection findAll()
- QWebElement findFirst()
- QWebElement firstChild()
- QRect geometry()
- bool hasAttribute()
- bool hasAttributeNS(, )
- bool hasAttributes()
- bool hasClass()
- bool hasFocus()
- bool isNull()
- QWebElement lastChild()
- QString localName()
- QString namespaceUri()
- QWebElement nextSibling()
- bool operator!=()
- QWebElement & operator=()
- bool operator==()
- QWebElement parent()
- QString prefix()
- void prependInside()
- void prependInside()
- void prependOutside()
- void prependOutside()
- QWebElement previousSibling()
- void removeAllChildren()
- void removeAttribute()
- void removeAttributeNS(, )
- void removeClass()
- void removeFromDocument()
- void render()
- void replace()
- void replace()
- void setAttribute(, )
- void setAttributeNS(, , )
- void setFocus()
- void setInnerXml()
- void setOuterXml()
- void setPlainText()
- void setStyleProperty(, )
- QString styleProperty(, )
- QString tagName()
- QWebElement & takeFromDocument()
- QString toInnerXml()
- QString toOuterXml()
- QString toPlainText()
- void toggleClass()
- QWebFrame * webFrame()
ENUM VALUES
- InlineStyle
- CascadedStyle
- ComputedStyle
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.