Qtc.Xml.QXmlDeclHandler

Contents

Documentation

class QqXmlDeclHandler x1 where #

Methods

qXmlDeclHandler :: x1 -> IO (QXmlDeclHandler ()) #

Instances
QqXmlDeclHandler () # 
Instance details

Defined in Qtc.Xml.QXmlDeclHandler

Methods

qXmlDeclHandler :: () -> IO (QXmlDeclHandler ()) #

QqXmlDeclHandler (QXmlDeclHandler t1) # 
Instance details

Defined in Qtc.Xml.QXmlDeclHandler

class QqXmlDeclHandler_nf x1 where #

Methods

qXmlDeclHandler_nf :: x1 -> IO (QXmlDeclHandler ()) #

Instances
QqXmlDeclHandler_nf () # 
Instance details

Defined in Qtc.Xml.QXmlDeclHandler

Methods

qXmlDeclHandler_nf :: () -> IO (QXmlDeclHandler ()) #

QqXmlDeclHandler_nf (QXmlDeclHandler t1) # 
Instance details

Defined in Qtc.Xml.QXmlDeclHandler

Orphan instances

QerrorString (QXmlDeclHandler ()) () # 
Instance details

Methods

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

QerrorString (QXmlDeclHandlerSc a) () # 
Instance details

Methods

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

QuserMethod (QXmlDeclHandler ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QinternalEntityDecl (QXmlDeclHandler ()) (String, String) # 
Instance details

Methods

internalEntityDecl :: QXmlDeclHandler () -> (String, String) -> IO Bool #

QinternalEntityDecl (QXmlDeclHandlerSc a) (String, String) # 
Instance details

Methods

internalEntityDecl :: QXmlDeclHandlerSc a -> (String, String) -> IO Bool #

QexternalEntityDecl (QXmlDeclHandler ()) (String, String, String) # 
Instance details

Methods

externalEntityDecl :: QXmlDeclHandler () -> (String, String, String) -> IO Bool #

QexternalEntityDecl (QXmlDeclHandlerSc a) (String, String, String) # 
Instance details

Methods

externalEntityDecl :: QXmlDeclHandlerSc a -> (String, String, String) -> IO Bool #

QattributeDecl (QXmlDeclHandler ()) (String, String, String, String, String) # 
Instance details

Methods

attributeDecl :: QXmlDeclHandler () -> (String, String, String, String, String) -> IO Bool #

QattributeDecl (QXmlDeclHandlerSc a) (String, String, String, String, String) # 
Instance details

Methods

attributeDecl :: QXmlDeclHandlerSc a -> (String, String, String, String, String) -> IO Bool #