Qtc.Xml.QXmlInputSource

Contents

Documentation

class QfromRawData x0 x1 where #

Methods

fromRawData :: x0 -> x1 -> IO String #

Instances
QfromRawData (QXmlInputSource ()) (QByteArray t1) # 
Instance details

Defined in Qtc.Xml.QXmlInputSource

Methods

fromRawData :: QXmlInputSource () -> QByteArray t1 -> IO String #

QfromRawData (QXmlInputSourceSc a) (QByteArray t1) # 
Instance details

Defined in Qtc.Xml.QXmlInputSource

Methods

fromRawData :: QXmlInputSourceSc a -> QByteArray t1 -> IO String #

QfromRawData (QXmlInputSource ()) (QByteArray t1, Bool) # 
Instance details

Defined in Qtc.Xml.QXmlInputSource

Methods

fromRawData :: QXmlInputSource () -> (QByteArray t1, Bool) -> IO String #

QfromRawData (QXmlInputSourceSc a) (QByteArray t1, Bool) # 
Instance details

Defined in Qtc.Xml.QXmlInputSource

Methods

fromRawData :: QXmlInputSourceSc a -> (QByteArray t1, Bool) -> IO String #

endOfData :: QXmlInputSource a -> () -> IO Int #

endOfDocument :: QXmlInputSource a -> () -> IO Int #

class QqXmlInputSource x1 where #

Methods

qXmlInputSource :: x1 -> IO (QXmlInputSource ()) #

Instances
QqXmlInputSource () # 
Instance details

Defined in Qtc.Xml.QXmlInputSource

Methods

qXmlInputSource :: () -> IO (QXmlInputSource ()) #

QqXmlInputSource (QIODevice t1) # 
Instance details

Defined in Qtc.Xml.QXmlInputSource

Methods

qXmlInputSource :: QIODevice t1 -> IO (QXmlInputSource ()) #

QqXmlInputSource (QXmlInputSource t1) # 
Instance details

Defined in Qtc.Xml.QXmlInputSource

class QqXmlInputSource_nf x1 where #

Methods

qXmlInputSource_nf :: x1 -> IO (QXmlInputSource ()) #

Instances
QqXmlInputSource_nf () # 
Instance details

Defined in Qtc.Xml.QXmlInputSource

Methods

qXmlInputSource_nf :: () -> IO (QXmlInputSource ()) #

QqXmlInputSource_nf (QIODevice t1) # 
Instance details

Defined in Qtc.Xml.QXmlInputSource

QqXmlInputSource_nf (QXmlInputSource t1) # 
Instance details

Defined in Qtc.Xml.QXmlInputSource

class QfetchData x0 x1 where #

Methods

fetchData :: x0 -> x1 -> IO () #

Instances
QfetchData (QXmlInputSource ()) () # 
Instance details

Defined in Qtc.Xml.QXmlInputSource

Methods

fetchData :: QXmlInputSource () -> () -> IO () #

QfetchData (QXmlInputSourceSc a) () # 
Instance details

Defined in Qtc.Xml.QXmlInputSource

Methods

fetchData :: QXmlInputSourceSc a -> () -> IO () #

Orphan instances

QsetData (QXmlInputSource ()) String (IO ()) # 
Instance details

Methods

setData :: QXmlInputSource () -> String -> IO () #

QsetData (QXmlInputSourceSc a) String (IO ()) # 
Instance details

Methods

setData :: QXmlInputSourceSc a -> String -> IO () #

Qreset (QXmlInputSource ()) () (IO ()) # 
Instance details

Methods

reset :: QXmlInputSource () -> () -> IO () #

Qreset (QXmlInputSourceSc a) () (IO ()) # 
Instance details

Methods

reset :: QXmlInputSourceSc a -> () -> IO () #

Qnext (QXmlInputSource ()) () (IO (QChar ())) # 
Instance details

Methods

next :: QXmlInputSource () -> () -> IO (QChar ()) #

Qnext (QXmlInputSourceSc a) () (IO (QChar ())) # 
Instance details

Methods

next :: QXmlInputSourceSc a -> () -> IO (QChar ()) #

Qqdata (QXmlInputSource ()) () (IO String) # 
Instance details

Methods

qdata :: QXmlInputSource () -> () -> IO String #

Qqdata (QXmlInputSourceSc a) () (IO String) # 
Instance details

Methods

qdata :: QXmlInputSourceSc a -> () -> IO String #

QuserMethod (QXmlInputSource ()) () (IO ()) # 
Instance details

Methods

userMethod :: QXmlInputSource () -> Int -> () -> IO () #

QuserMethod (QXmlInputSourceSc a) () (IO ()) # 
Instance details

Methods

userMethod :: QXmlInputSourceSc a -> Int -> () -> IO () #

QsetData (QXmlInputSource ()) (QByteArray t1) (IO ()) # 
Instance details

Methods

setData :: QXmlInputSource () -> QByteArray t1 -> IO () #

QsetData (QXmlInputSourceSc a) (QByteArray t1) (IO ()) # 
Instance details

Methods

setData :: QXmlInputSourceSc a -> QByteArray t1 -> IO () #

QuserMethod (QXmlInputSource ()) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QXmlInputSource () -> Int -> QVariant () -> IO (QVariant ()) #

QuserMethod (QXmlInputSourceSc a) (QVariant ()) (IO (QVariant ())) # 
Instance details

Methods

userMethod :: QXmlInputSourceSc a -> Int -> QVariant () -> IO (QVariant ()) #