KVIrc
4.9.2
DeveloperAPIs
|
#include <XmlFunctions.h>
Static Public Member Functions | |
static QDomNode | getNode (const QDomNode &rootNode, const QString &path) |
static QString | getNodeAttribute (const QDomNode &node, const QString &attribute) |
static QDomNode | getNodeChildByKey (const QDomNodeList &childNodes, const QString &keyTagName, const QString &keyValue) |
static QString | getNodeValue (const QDomNode &rootNode, const QString &path) |
static QString | getSource (const QDomNode &node, int indent=0) |
Some helper functions to make the handling of QDom easier.
|
static |
References i.
Referenced by getNodeValue(), UPnP::RootService::gotInformationResponse(), and UPnP::Service::slotRequestFinished().
|
static |
|
static |
References i.
Referenced by UPnP::RootService::getServiceById(), and UPnP::RootService::getServiceByType().
|
static |
|
static |