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