#include <libmythupnp/xsd.h>
|
static QString | ReadPropertyMetadata (QObject *pObject, const QString &sPropName, const QString &sKey) |
|
static bool | IsNillable (const QString &sType) |
|
static bool | IsEnum (const QMetaProperty &metaProperty, const QString &sType) |
|
Definition at line 33 of file xsd.h.
◆ ReadPropertyMetadata()
QString Xsd::ReadPropertyMetadata |
( |
QObject * |
pObject, |
|
|
const QString & |
sPropName, |
|
|
const QString & |
sKey |
|
) |
| |
|
staticprotected |
◆ RenderXSD()
◆ RenderArrayXSD()
bool Xsd::RenderArrayXSD |
( |
HTTPRequest * |
pRequest, |
|
|
const QString & |
sClassName, |
|
|
bool |
bCustomType |
|
) |
| |
|
protected |
◆ RenderMapXSD()
bool Xsd::RenderMapXSD |
( |
HTTPRequest * |
pRequest, |
|
|
const QString & |
sClassName, |
|
|
bool |
bCustomType |
|
) |
| |
|
protected |
◆ CreateSchemaRoot()
QDomElement Xsd::CreateSchemaRoot |
( |
| ) |
|
|
protected |
◆ CreateComplexTypeNode()
QDomElement Xsd::CreateComplexTypeNode |
( |
QMetaObject * |
pMetaObject | ) |
|
|
protected |
◆ IsNillable()
bool Xsd::IsNillable |
( |
const QString & |
sType | ) |
|
|
staticprotected |
◆ IsEnum()
bool Xsd::IsEnum |
( |
const QMetaProperty & |
metaProperty, |
|
|
const QString & |
sType |
|
) |
| |
|
staticprotected |
◆ GetXSD()
◆ GetEnumXSD()
◆ ConvertTypeToXSD()
QString Xsd::ConvertTypeToXSD |
( |
const QString & |
sType, |
|
|
bool |
bCustomType = false |
|
) |
| |
|
static |
The documentation for this class was generated from the following files:
- mythtv/libs/libmythupnp/xsd.h
- mythtv/libs/libmythupnp/xsd.cpp