Qtc.Xml.QXmlLexicalHandler

Contents

Documentation

class QqXmlLexicalHandler x1 where #

Methods

qXmlLexicalHandler :: x1 -> IO (QXmlLexicalHandler ()) #

Instances
QqXmlLexicalHandler () # 
Instance details

Defined in Qtc.Xml.QXmlLexicalHandler

Methods

qXmlLexicalHandler :: () -> IO (QXmlLexicalHandler ()) #

QqXmlLexicalHandler (QXmlLexicalHandler t1) # 
Instance details

Defined in Qtc.Xml.QXmlLexicalHandler

Orphan instances

QstartEntity (QXmlLexicalHandler ()) String # 
Instance details

Methods

startEntity :: QXmlLexicalHandler () -> String -> IO Bool #

QstartEntity (QXmlLexicalHandlerSc a) String # 
Instance details

Methods

startEntity :: QXmlLexicalHandlerSc a -> String -> IO Bool #

QstartCDATA (QXmlLexicalHandler ()) () # 
Instance details

Methods

startCDATA :: QXmlLexicalHandler () -> () -> IO Bool #

QstartCDATA (QXmlLexicalHandlerSc a) () # 
Instance details

Methods

startCDATA :: QXmlLexicalHandlerSc a -> () -> IO Bool #

QendEntity (QXmlLexicalHandler ()) String # 
Instance details

Methods

endEntity :: QXmlLexicalHandler () -> String -> IO Bool #

QendEntity (QXmlLexicalHandlerSc a) String # 
Instance details

Methods

endEntity :: QXmlLexicalHandlerSc a -> String -> IO Bool #

QendDTD (QXmlLexicalHandler ()) () # 
Instance details

Methods

endDTD :: QXmlLexicalHandler () -> () -> IO Bool #

QendDTD (QXmlLexicalHandlerSc a) () # 
Instance details

Methods

endDTD :: QXmlLexicalHandlerSc a -> () -> IO Bool #

QendCDATA (QXmlLexicalHandler ()) () # 
Instance details

Methods

endCDATA :: QXmlLexicalHandler () -> () -> IO Bool #

QendCDATA (QXmlLexicalHandlerSc a) () # 
Instance details

Methods

endCDATA :: QXmlLexicalHandlerSc a -> () -> IO Bool #

QerrorString (QXmlLexicalHandler ()) () # 
Instance details

Methods

errorString :: QXmlLexicalHandler () -> () -> IO String #

QerrorString (QXmlLexicalHandlerSc a) () # 
Instance details

Methods

errorString :: QXmlLexicalHandlerSc a -> () -> IO String #

Qcomment (QXmlLexicalHandler ()) String (IO Bool) # 
Instance details

Methods

comment :: QXmlLexicalHandler () -> String -> IO Bool #

Qcomment (QXmlLexicalHandlerSc a) String (IO Bool) # 
Instance details

Methods

comment :: QXmlLexicalHandlerSc a -> String -> IO Bool #

QuserMethod (QXmlLexicalHandler ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QstartDTD (QXmlLexicalHandler ()) (String, String, String) # 
Instance details

Methods

startDTD :: QXmlLexicalHandler () -> (String, String, String) -> IO Bool #

QstartDTD (QXmlLexicalHandlerSc a) (String, String, String) # 
Instance details

Methods

startDTD :: QXmlLexicalHandlerSc a -> (String, String, String) -> IO Bool #