Inheritance diagram for HTML_Document:

Public Member Functions | |
| HTML_Document (const QString &n, const QString &jsref) | |
| virtual const char * | className () const |
| HTML_Array | getElementsByTagName (const char *tagName) const |
| HTML_Object * | getElementById (const char *id) const |
This class wraps a HTML DOCUMENT object in the web site and provides accessor functions for that.
|
|
Returns the specialized class name of the HTML object, such as HTML_Button. Reimplemented from HTML_Object. |
|
|
Returns the DOM/HTML element matching the given id in the DOM tree. |
|
|
Returns an array of all elements matching the given tagName in the DOM tree. |
1.4.4