QString sipQXmlInputSource::fromRawData(const QByteArray& a0,bool a1)
{
    sip_gilstate_t sipGILState;
    PyObject *sipMeth;

    sipMeth = sipIsPyMethod(&sipGILState,&sipPyMethods[0],sipPySelf,NULL,sipName_fromRawData);

    if (!sipMeth)
        return QXmlInputSource::fromRawData(a0,a1);

    extern QString sipVH_QtXml_27(sip_gilstate_t, sipVirtErrorHandlerFunc, sipSimpleWrapper *, PyObject *, const QByteArray&,bool);

    return sipVH_QtXml_27(sipGILState, 0, sipPySelf, sipMeth, a0, a1);
}
QString sipQXmlInputSource::fromRawData(const QByteArray& a0,bool a1)
{
    sip_gilstate_t sipGILState;
    PyObject *meth;

    meth = sipIsPyMethod(&sipGILState,&sipPyMethods[6],sipPySelf,NULL,sipName_fromRawData);

    if (!meth)
        return QXmlInputSource::fromRawData(a0,a1);

    extern QString sipVH_QtXml_27(sip_gilstate_t,PyObject *,const QByteArray&,bool);

    return sipVH_QtXml_27(sipGILState,meth,a0,a1);
}