HTML_Document Class

This class represents a web page's HTML document object and provides useful accessor methods. This class inherits the HTML_Object Class.

Note: To create a visual verification point covering the whole page, select a child of the document object, such as the BODY element. There is no visual representation of HTML_Document objects available.

HTML_Object HTML_Document.getElementById(id)

This function returns the element that has the given id. (See also, HTML_Object Class.)

HTML_Array HTML_Document.getElementsByTagName(tagName)

This function returns an array of all the DOM tree's elements that have the given tagName. (See also, HTML_Array Class.)

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.

Search Results