KHTML
dom_node.h File Reference
#include <qstring.h>
#include <kdelibs_export.h>
Include dependency graph for dom_node.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | DOM::NamedNodeMap |
Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name. More... | |
class | DOM::Node |
The Node interface is the primary datatype for the entire Document Object Model. More... | |
class | DOM::NodeList |
The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented. More... | |
Namespaces | |
namespace | DOM |
namespace | KJS |
Typedefs | |
typedef unsigned long long | DOM::DOMTimeStamp |