Qtc.Xml.QXmlSimpleReader

Contents

Documentation

class QparseContinue x0 x1 where #

Methods

parseContinue :: x0 -> x1 -> IO Bool #

Instances
QparseContinue (QXmlSimpleReader ()) () # 
Instance details

Defined in Qtc.Xml.QXmlSimpleReader

Methods

parseContinue :: QXmlSimpleReader () -> () -> IO Bool #

QparseContinue (QXmlSimpleReaderSc a) () # 
Instance details

Defined in Qtc.Xml.QXmlSimpleReader

Methods

parseContinue :: QXmlSimpleReaderSc a -> () -> IO Bool #

Orphan instances

QlexicalHandler (QXmlSimpleReader ()) () # 
Instance details

Methods

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

QlexicalHandler (QXmlSimpleReaderSc a) () # 
Instance details

Qfeature (QXmlSimpleReader ()) String # 
Instance details

Methods

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

Qfeature (QXmlSimpleReaderSc a) String # 
Instance details

Methods

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

QerrorHandler (QXmlSimpleReader ()) () # 
Instance details

Methods

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

QerrorHandler (QXmlSimpleReaderSc a) () # 
Instance details

Methods

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

QdeclHandler (QXmlSimpleReader ()) () # 
Instance details

Methods

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

QdeclHandler (QXmlSimpleReaderSc a) () # 
Instance details

Methods

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

QdTDHandler (QXmlSimpleReader ()) () # 
Instance details

Methods

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

QdTDHandler (QXmlSimpleReaderSc a) () # 
Instance details

Methods

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

QcontentHandler (QXmlSimpleReader ()) () # 
Instance details

Methods

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

QcontentHandler (QXmlSimpleReaderSc a) () # 
Instance details

QhasProperty (QXmlSimpleReader ()) String # 
Instance details

Methods

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

QhasProperty (QXmlSimpleReaderSc a) String # 
Instance details

Methods

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

QhasFeature (QXmlSimpleReader ()) String # 
Instance details

Methods

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

QhasFeature (QXmlSimpleReaderSc a) String # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

QuserMethod (QXmlSimpleReader ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

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

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

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

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

Methods

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

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

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

Methods

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

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

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

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

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

Methods

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

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

Methods

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

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

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

Qparse (QXmlSimpleReader ()) (QXmlInputSource t1, Bool) # 
Instance details

Methods

parse :: QXmlSimpleReader () -> (QXmlInputSource t1, Bool) -> IO Bool #

Qparse (QXmlSimpleReaderSc a) (QXmlInputSource t1, Bool) # 
Instance details

Methods

parse :: QXmlSimpleReaderSc a -> (QXmlInputSource t1, Bool) -> IO Bool #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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