Qtc.Xml.QXmlReader

Contents

Documentation

class QqXmlReader x1 where #

Methods

qXmlReader :: x1 -> IO (QXmlReader ()) #

Instances
QqXmlReader () # 
Instance details

Defined in Qtc.Xml.QXmlReader

Methods

qXmlReader :: () -> IO (QXmlReader ()) #

QqXmlReader (QXmlReader t1) # 
Instance details

Defined in Qtc.Xml.QXmlReader

Methods

qXmlReader :: QXmlReader t1 -> IO (QXmlReader ()) #

class QqXmlReader_nf x1 where #

Methods

qXmlReader_nf :: x1 -> IO (QXmlReader ()) #

Instances
QqXmlReader_nf () # 
Instance details

Defined in Qtc.Xml.QXmlReader

Methods

qXmlReader_nf :: () -> IO (QXmlReader ()) #

QqXmlReader_nf (QXmlReader t1) # 
Instance details

Defined in Qtc.Xml.QXmlReader

Methods

qXmlReader_nf :: QXmlReader t1 -> IO (QXmlReader ()) #

Orphan instances

QlexicalHandler (QXmlReader ()) () # 
Instance details

Methods

lexicalHandler :: QXmlReader () -> () -> IO (QXmlLexicalHandler ()) #

QlexicalHandler (QXmlReaderSc a) () # 
Instance details

Methods

lexicalHandler :: QXmlReaderSc a -> () -> IO (QXmlLexicalHandler ()) #

Qfeature (QXmlReader ()) String # 
Instance details

Methods

feature :: QXmlReader () -> String -> IO Bool #

Qfeature (QXmlReaderSc a) String # 
Instance details

Methods

feature :: QXmlReaderSc a -> String -> IO Bool #

QerrorHandler (QXmlReader ()) () # 
Instance details

Methods

errorHandler :: QXmlReader () -> () -> IO (QXmlErrorHandler ()) #

QerrorHandler (QXmlReaderSc a) () # 
Instance details

Methods

errorHandler :: QXmlReaderSc a -> () -> IO (QXmlErrorHandler ()) #

QdeclHandler (QXmlReader ()) () # 
Instance details

Methods

declHandler :: QXmlReader () -> () -> IO (QXmlDeclHandler ()) #

QdeclHandler (QXmlReaderSc a) () # 
Instance details

Methods

declHandler :: QXmlReaderSc a -> () -> IO (QXmlDeclHandler ()) #

QdTDHandler (QXmlReader ()) () # 
Instance details

Methods

dTDHandler :: QXmlReader () -> () -> IO (QXmlDTDHandler ()) #

QdTDHandler (QXmlReaderSc a) () # 
Instance details

Methods

dTDHandler :: QXmlReaderSc a -> () -> IO (QXmlDTDHandler ()) #

QcontentHandler (QXmlReader ()) () # 
Instance details

Methods

contentHandler :: QXmlReader () -> () -> IO (QXmlContentHandler ()) #

QcontentHandler (QXmlReaderSc a) () # 
Instance details

Methods

contentHandler :: QXmlReaderSc a -> () -> IO (QXmlContentHandler ()) #

QhasProperty (QXmlReader ()) String # 
Instance details

Methods

hasProperty :: QXmlReader () -> String -> IO Bool #

QhasProperty (QXmlReaderSc a) String # 
Instance details

Methods

hasProperty :: QXmlReaderSc a -> String -> IO Bool #

QhasFeature (QXmlReader ()) String # 
Instance details

Methods

hasFeature :: QXmlReader () -> String -> IO Bool #

QhasFeature (QXmlReaderSc a) String # 
Instance details

Methods

hasFeature :: QXmlReaderSc a -> String -> IO Bool #

Qproperty (QXmlReader ()) String (IO (QVoid ())) # 
Instance details

Methods

property :: QXmlReader () -> String -> IO (QVoid ()) #

Qproperty (QXmlReaderSc a) String (IO (QVoid ())) # 
Instance details

Methods

property :: QXmlReaderSc a -> String -> IO (QVoid ()) #

QentityResolver (QXmlReader ()) () (IO (QXmlEntityResolver ())) # 
Instance details

Methods

entityResolver :: QXmlReader () -> () -> IO (QXmlEntityResolver ()) #

QentityResolver (QXmlReaderSc a) () (IO (QXmlEntityResolver ())) # 
Instance details

Methods

entityResolver :: QXmlReaderSc a -> () -> IO (QXmlEntityResolver ()) #

QuserMethod (QXmlReader ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

QsetLexicalHandler (QXmlReader ()) (QXmlLexicalHandler t1) # 
Instance details

Methods

setLexicalHandler :: QXmlReader () -> QXmlLexicalHandler t1 -> IO () #

QsetLexicalHandler (QXmlReaderSc a) (QXmlLexicalHandler t1) # 
Instance details

QsetErrorHandler (QXmlReader ()) (QXmlErrorHandler t1) # 
Instance details

Methods

setErrorHandler :: QXmlReader () -> QXmlErrorHandler t1 -> IO () #

QsetErrorHandler (QXmlReaderSc a) (QXmlErrorHandler t1) # 
Instance details

Methods

setErrorHandler :: QXmlReaderSc a -> QXmlErrorHandler t1 -> IO () #

QsetDeclHandler (QXmlReader ()) (QXmlDeclHandler t1) # 
Instance details

Methods

setDeclHandler :: QXmlReader () -> QXmlDeclHandler t1 -> IO () #

QsetDeclHandler (QXmlReaderSc a) (QXmlDeclHandler t1) # 
Instance details

Methods

setDeclHandler :: QXmlReaderSc a -> QXmlDeclHandler t1 -> IO () #

QsetDTDHandler (QXmlReader ()) (QXmlDTDHandler t1) # 
Instance details

Methods

setDTDHandler :: QXmlReader () -> QXmlDTDHandler t1 -> IO () #

QsetDTDHandler (QXmlReaderSc a) (QXmlDTDHandler t1) # 
Instance details

Methods

setDTDHandler :: QXmlReaderSc a -> QXmlDTDHandler t1 -> IO () #

QsetContentHandler (QXmlReader ()) (QXmlContentHandler t1) # 
Instance details

Methods

setContentHandler :: QXmlReader () -> QXmlContentHandler t1 -> IO () #

QsetContentHandler (QXmlReaderSc a) (QXmlContentHandler t1) # 
Instance details

Qparse (QXmlReader ()) (QXmlInputSource t1) # 
Instance details

Methods

parse :: QXmlReader () -> QXmlInputSource t1 -> IO Bool #

Qparse (QXmlReaderSc a) (QXmlInputSource t1) # 
Instance details

Methods

parse :: QXmlReaderSc a -> QXmlInputSource t1 -> IO Bool #

QsetEntityResolver (QXmlReader ()) (QXmlEntityResolver t1) # 
Instance details

Methods

setEntityResolver :: QXmlReader () -> QXmlEntityResolver t1 -> IO () #

QsetEntityResolver (QXmlReaderSc a) (QXmlEntityResolver t1) # 
Instance details

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

Methods

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

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

Methods

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

QsetFeature (QXmlReader ()) (String, Bool) # 
Instance details

Methods

setFeature :: QXmlReader () -> (String, Bool) -> IO () #

QsetFeature (QXmlReaderSc a) (String, Bool) # 
Instance details

Methods

setFeature :: QXmlReaderSc a -> (String, Bool) -> IO () #

Qfeature (QXmlReader ()) (String, QBoolPtr t2) # 
Instance details

Methods

feature :: QXmlReader () -> (String, QBoolPtr t2) -> IO Bool #

Qfeature (QXmlReaderSc a) (String, QBoolPtr t2) # 
Instance details

Methods

feature :: QXmlReaderSc a -> (String, QBoolPtr t2) -> IO Bool #

QsetProperty (QXmlReader ()) (String, QVoid t2) # 
Instance details

Methods

setProperty :: QXmlReader () -> (String, QVoid t2) -> IO () #

QsetProperty (QXmlReaderSc a) (String, QVoid t2) # 
Instance details

Methods

setProperty :: QXmlReaderSc a -> (String, QVoid t2) -> IO () #

Qproperty (QXmlReader ()) (String, QBoolPtr t2) (IO (QVoid ())) # 
Instance details

Methods

property :: QXmlReader () -> (String, QBoolPtr t2) -> IO (QVoid ()) #

Qproperty (QXmlReaderSc a) (String, QBoolPtr t2) (IO (QVoid ())) # 
Instance details

Methods

property :: QXmlReaderSc a -> (String, QBoolPtr t2) -> IO (QVoid ()) #