Documentation
class QfromRawData x0 x1 where #
fromRawData :: x0 -> x1 -> IO String #
Instances
QfromRawData (QXmlInputSource ()) (QByteArray t1) # | |
Defined in Qtc.Xml.QXmlInputSource fromRawData :: QXmlInputSource () -> QByteArray t1 -> IO String # | |
QfromRawData (QXmlInputSourceSc a) (QByteArray t1) # | |
Defined in Qtc.Xml.QXmlInputSource fromRawData :: QXmlInputSourceSc a -> QByteArray t1 -> IO String # | |
QfromRawData (QXmlInputSource ()) (QByteArray t1, Bool) # | |
Defined in Qtc.Xml.QXmlInputSource fromRawData :: QXmlInputSource () -> (QByteArray t1, Bool) -> IO String # | |
QfromRawData (QXmlInputSourceSc a) (QByteArray t1, Bool) # | |
Defined in Qtc.Xml.QXmlInputSource fromRawData :: QXmlInputSourceSc a -> (QByteArray t1, Bool) -> IO String # |
endOfData :: QXmlInputSource a -> () -> IO Int #
endOfDocument :: QXmlInputSource a -> () -> IO Int #
class QqXmlInputSource x1 where #
qXmlInputSource :: x1 -> IO (QXmlInputSource ()) #
Instances
QqXmlInputSource () # | |
Defined in Qtc.Xml.QXmlInputSource qXmlInputSource :: () -> IO (QXmlInputSource ()) # | |
QqXmlInputSource (QIODevice t1) # | |
Defined in Qtc.Xml.QXmlInputSource qXmlInputSource :: QIODevice t1 -> IO (QXmlInputSource ()) # | |
QqXmlInputSource (QXmlInputSource t1) # | |
Defined in Qtc.Xml.QXmlInputSource qXmlInputSource :: QXmlInputSource t1 -> IO (QXmlInputSource ()) # |
class QqXmlInputSource_nf x1 where #
qXmlInputSource_nf :: x1 -> IO (QXmlInputSource ()) #
Instances
QqXmlInputSource_nf () # | |
Defined in Qtc.Xml.QXmlInputSource qXmlInputSource_nf :: () -> IO (QXmlInputSource ()) # | |
QqXmlInputSource_nf (QIODevice t1) # | |
Defined in Qtc.Xml.QXmlInputSource qXmlInputSource_nf :: QIODevice t1 -> IO (QXmlInputSource ()) # | |
QqXmlInputSource_nf (QXmlInputSource t1) # | |
Defined in Qtc.Xml.QXmlInputSource qXmlInputSource_nf :: QXmlInputSource t1 -> IO (QXmlInputSource ()) # |
class QfetchData x0 x1 where #
Instances
QfetchData (QXmlInputSource ()) () # | |
Defined in Qtc.Xml.QXmlInputSource fetchData :: QXmlInputSource () -> () -> IO () # | |
QfetchData (QXmlInputSourceSc a) () # | |
Defined in Qtc.Xml.QXmlInputSource fetchData :: QXmlInputSourceSc a -> () -> IO () # |
qXmlInputSource_delete :: QXmlInputSource a -> IO () #
qXmlInputSource_delete1 :: QXmlInputSource a -> IO () #