#include <xrvariant.h>
Public Methods | |
XRVariant (const QVariant &aqv) | |
XRVariant (QDomElement &a_xml_rpc_value) | |
void | fromDomElement (QDomElement &qde) |
QDomElement | toDomElement (QDomDocument &doc) const |
Static Public Methods | |
bool | isXmlRpcType (const QVariant &qv) |
Use the static method XRVariant::isXmlRpcType() to check to see if you can cleanly map. If you do not check before hand, a lossy mapping may occur. The responsibility to make sure that data can be cleanly mapped is on users of the library. The library will always make a best-effort, which may be lossy.
|
|
|
read an XML-RPC value from this Dom node. Note, this is not const for the QDomNode |
|
Reinitialize the XRVariant from this dom element |
|
If this is a map or list type, it recurses through all the elements and checks all of them.
|
|
output the XRVariant into a dom element |