KHTML
dom_node.h File Reference
#include <khtml_export.h>
#include <QtCore/QString>
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 |