html_document.h
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:274
An HTMLDocument is the root of the HTML hierarchy and holds the entire content.
Definition: html_document.h:73
The DOMImplementation interface provides a number of methods for performing operations that are indep...
Definition: dom_doc.h:77
The Document interface represents the entire HTML or XML document.
Definition: dom_doc.h:245
The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
Definition: dom_node.h:931
The Document Object Model (DOM) is divided into two parts, the COREDOM core DOM, specifying some core...
Definition: design.h:56