Main Page | Class Hierarchy | Class List | Directories | File List | Class Members

HTML_Document Class Reference

Wrapper class for the HTML DOCUMENT object. More...

Inheritance diagram for HTML_Document:

HTML_Object List of all members.

Public Member Functions

 HTML_Document (const QString &n, const QString &jsref)
virtual const char * className () const
HTML_Array getElementsByTagName (const char *tagName) const
HTML_ObjectgetElementById (const char *id) const

Detailed Description

Wrapper class for the HTML DOCUMENT object.

This class wraps a HTML DOCUMENT object in the web site and provides accessor functions for that.


Member Function Documentation

virtual const char* HTML_Document::className  )  const [inline, virtual]
 

Returns the specialized class name of the HTML object, such as HTML_Button.

Reimplemented from HTML_Object.

HTML_Object * HTML_Document::getElementById const char *  id  )  const
 

Returns the DOM/HTML element matching the given id in the DOM tree.

HTML_Array HTML_Document::getElementsByTagName const char *  tagName  )  const
 

Returns an array of all elements matching the given tagName in the DOM tree.


Generated on Mon Jun 11 15:49:45 2007 for Squish HTML API by  doxygen 1.4.4