#include <libmythupnp/mythxmlclient.h>
|
int | GetNodeValue (const QDomNode &node, const QString &sName, int nDefault) const |
| Gets the named value using QDomNode as the baseNode in the search, returns default if it is not found. More...
|
|
bool | GetNodeValue (const QDomNode &node, const QString &sName, bool bDefault) const |
| Gets the named value using QDomNode as the baseNode in the search, returns default if it is not found. More...
|
|
QString | GetNodeValue (const QDomNode &node, const QString &sName, const QString &sDefault) const |
| Gets the named value using QDomNode as the baseNode in the search, returns default if it is not found. More...
|
|
QString | GetNodeValue (const QDomNode &node, const QString &sName, const char *sDefault) const |
|
QDomNode | FindNode (const QString &sName, const QDomNode &baseNode) const |
| Used by GeNodeValue() methods to find the named node. More...
|
|
QDomDocument | SendSOAPRequest (const QString &sMethod, QStringMap &list, int &nErrCode, QString &sErrDesc) |
| Actually sends the sMethod action to the command URL specified in the constructor (url+[/]+sControlPath). More...
|
|
QUrl | m_url |
|
QString | m_sNamespace |
|
QString | m_sControlPath |
|
Definition at line 31 of file mythxmlclient.h.
◆ MythXMLClient()
MythXMLClient::MythXMLClient |
( |
const QUrl & |
url | ) |
|
|
explicit |
◆ ~MythXMLClient()
MythXMLClient::~MythXMLClient |
( |
| ) |
|
|
overridedefault |
◆ GetConnectionInfo()
The documentation for this class was generated from the following files: