Typedefs | |
typedef unsigned long long | DOMTimeStamp |
Functions | |
kdbgstream & | operator<< (kdbgstream &stream, const DOMString &string) |
TDEHTML_EXPORT bool | operator== (const DOMString &a, const DOMString &b) |
TDEHTML_EXPORT bool | operator== (const DOMString &a, const TQString &b) |
TDEHTML_EXPORT bool | operator== (const DOMString &a, const char *b) |
bool | operator!= (const DOMString &a, const DOMString &b) |
bool | operator!= (const DOMString &a, const TQString &b) |
bool | operator!= (const DOMString &a, const char *b) |
bool | strcmp (const DOMString &a, const DOMString &b) |
TDEHTML_EXPORT bool | strcasecmp (const DOMString &a, const DOMString &b) |
TDEHTML_EXPORT bool | strcasecmp (const DOMString &a, const char *b) |
Detailed Description
The Document Object Model (DOM) is divided into two parts, the COREDOM core DOM, specifying some core functionality, and the HTMLDOM HTML DOM, which deals with the extensions needed for HTML.
Typedef Documentation
◆ DOMTimeStamp
typedef unsigned long long DOM::DOMTimeStamp |
A DOMTimeStamp represents a number of milliseconds.
Definition at line 987 of file dom_node.h.