KHTML
dom_doc.h File Reference
#include <dom/dom_node.h>
#include <dom/css_stylesheet.h>
Include dependency graph for dom_doc.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | DOM::Document |
The Document interface represents the entire HTML or XML document. More... | |
class | DOM::DocumentFragment |
DocumentFragment is a "lightweight" or "minimal" Document object. More... | |
class | DOM::DocumentType |
Each Document has a doctype attribute whose value is either null or a DocumentType object. More... | |
class | DOM::DOMImplementation |
The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model. More... | |
Namespaces | |
namespace | DOM |