Qtc.Xml.QXmlDeclHandler
Contents
Documentation
class QqXmlDeclHandler x1 where #
Methods
qXmlDeclHandler :: x1 -> IO (QXmlDeclHandler ()) #
Instances
QqXmlDeclHandler () # | |
Defined in Qtc.Xml.QXmlDeclHandler Methods qXmlDeclHandler :: () -> IO (QXmlDeclHandler ()) # | |
QqXmlDeclHandler (QXmlDeclHandler t1) # | |
Defined in Qtc.Xml.QXmlDeclHandler Methods qXmlDeclHandler :: QXmlDeclHandler t1 -> IO (QXmlDeclHandler ()) # |
class QqXmlDeclHandler_nf x1 where #
Methods
qXmlDeclHandler_nf :: x1 -> IO (QXmlDeclHandler ()) #
Instances
QqXmlDeclHandler_nf () # | |
Defined in Qtc.Xml.QXmlDeclHandler Methods qXmlDeclHandler_nf :: () -> IO (QXmlDeclHandler ()) # | |
QqXmlDeclHandler_nf (QXmlDeclHandler t1) # | |
Defined in Qtc.Xml.QXmlDeclHandler Methods qXmlDeclHandler_nf :: QXmlDeclHandler t1 -> IO (QXmlDeclHandler ()) # |
qXmlDeclHandler_delete :: QXmlDeclHandler a -> IO () #
qXmlDeclHandler_delete1 :: QXmlDeclHandler a -> IO () #
Orphan instances
QerrorString (QXmlDeclHandler ()) () # | |
Methods errorString :: QXmlDeclHandler () -> () -> IO String # | |
QerrorString (QXmlDeclHandlerSc a) () # | |
Methods errorString :: QXmlDeclHandlerSc a -> () -> IO String # | |
QuserMethod (QXmlDeclHandler ()) () (IO ()) # | |
Methods userMethod :: QXmlDeclHandler () -> Int -> () -> IO () # | |
QuserMethod (QXmlDeclHandlerSc a) () (IO ()) # | |
Methods userMethod :: QXmlDeclHandlerSc a -> Int -> () -> IO () # | |
QuserMethod (QXmlDeclHandler ()) (QVariant ()) (IO (QVariant ())) # | |
Methods userMethod :: QXmlDeclHandler () -> Int -> QVariant () -> IO (QVariant ()) # | |
QuserMethod (QXmlDeclHandlerSc a) (QVariant ()) (IO (QVariant ())) # | |
Methods userMethod :: QXmlDeclHandlerSc a -> Int -> QVariant () -> IO (QVariant ()) # | |
QinternalEntityDecl (QXmlDeclHandler ()) (String, String) # | |
Methods internalEntityDecl :: QXmlDeclHandler () -> (String, String) -> IO Bool # | |
QinternalEntityDecl (QXmlDeclHandlerSc a) (String, String) # | |
Methods internalEntityDecl :: QXmlDeclHandlerSc a -> (String, String) -> IO Bool # | |
QexternalEntityDecl (QXmlDeclHandler ()) (String, String, String) # | |
Methods externalEntityDecl :: QXmlDeclHandler () -> (String, String, String) -> IO Bool # | |
QexternalEntityDecl (QXmlDeclHandlerSc a) (String, String, String) # | |
Methods externalEntityDecl :: QXmlDeclHandlerSc a -> (String, String, String) -> IO Bool # | |
QattributeDecl (QXmlDeclHandler ()) (String, String, String, String, String) # | |
Methods attributeDecl :: QXmlDeclHandler () -> (String, String, String, String, String) -> IO Bool # | |
QattributeDecl (QXmlDeclHandlerSc a) (String, String, String, String, String) # | |
Methods attributeDecl :: QXmlDeclHandlerSc a -> (String, String, String, String, String) -> IO Bool # |