KHTML
dom_string.h File Reference
#include <khtml_export.h>
#include <kdebug.h>
#include <QtCore/QString>
Include dependency graph for dom_string.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
namespace | DOM |
Classes | |
class | DOM::DOMString |
This class implements the basic string we use in the DOM. More... | |
Functions | |
bool | DOM::operator!= (const DOMString &a, const char *b) |
bool | DOM::operator!= (const DOMString &a, const QString &b) |
bool | DOM::operator!= (const DOMString &a, const DOMString &b) |
QDebug | DOM::operator<< (QDebug stream, const DOMString &string) |
bool | DOM::operator== (const DOMString &a, const char *b) |
bool | DOM::operator== (const DOMString &a, const QString &b) |
bool | DOM::operator== (const DOMString &a, const DOMString &b) |
bool | DOM::strcasecmp (const DOMString &as, const char *bs) |
bool | DOM::strcasecmp (const DOMString &as, const DOMString &bs) |
bool | DOM::strcmp (const DOMString &a, const DOMString &b) |