Qtc.Xml.QXmlContentHandler

Contents

Documentation

class QqXmlContentHandler x1 where #

Methods

qXmlContentHandler :: x1 -> IO (QXmlContentHandler ()) #

Instances
QqXmlContentHandler () # 
Instance details

Defined in Qtc.Xml.QXmlContentHandler

Methods

qXmlContentHandler :: () -> IO (QXmlContentHandler ()) #

QqXmlContentHandler (QXmlContentHandler t1) # 
Instance details

Defined in Qtc.Xml.QXmlContentHandler

Orphan instances

QskippedEntity (QXmlContentHandler ()) String # 
Instance details

Methods

skippedEntity :: QXmlContentHandler () -> String -> IO Bool #

QskippedEntity (QXmlContentHandlerSc a) String # 
Instance details

Methods

skippedEntity :: QXmlContentHandlerSc a -> String -> IO Bool #

QignorableWhitespace (QXmlContentHandler ()) String # 
Instance details

Methods

ignorableWhitespace :: QXmlContentHandler () -> String -> IO Bool #

QignorableWhitespace (QXmlContentHandlerSc a) String # 
Instance details

Methods

ignorableWhitespace :: QXmlContentHandlerSc a -> String -> IO Bool #

QendPrefixMapping (QXmlContentHandler ()) String # 
Instance details

Methods

endPrefixMapping :: QXmlContentHandler () -> String -> IO Bool #

QendPrefixMapping (QXmlContentHandlerSc a) String # 
Instance details

Methods

endPrefixMapping :: QXmlContentHandlerSc a -> String -> IO Bool #

QerrorString (QXmlContentHandler ()) () # 
Instance details

Methods

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

QerrorString (QXmlContentHandlerSc a) () # 
Instance details

Methods

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

QstartDocument (QXmlContentHandler ()) () (IO Bool) # 
Instance details

Methods

startDocument :: QXmlContentHandler () -> () -> IO Bool #

QstartDocument (QXmlContentHandlerSc a) () (IO Bool) # 
Instance details

Methods

startDocument :: QXmlContentHandlerSc a -> () -> IO Bool #

QendDocument (QXmlContentHandler ()) () (IO Bool) # 
Instance details

Methods

endDocument :: QXmlContentHandler () -> () -> IO Bool #

QendDocument (QXmlContentHandlerSc a) () (IO Bool) # 
Instance details

Methods

endDocument :: QXmlContentHandlerSc a -> () -> IO Bool #

Qcharacters (QXmlContentHandler ()) String (IO Bool) # 
Instance details

Methods

characters :: QXmlContentHandler () -> String -> IO Bool #

Qcharacters (QXmlContentHandlerSc a) String (IO Bool) # 
Instance details

Methods

characters :: QXmlContentHandlerSc a -> String -> IO Bool #

QuserMethod (QXmlContentHandler ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

QsetDocumentLocator (QXmlContentHandler ()) (QXmlLocator t1) # 
Instance details

QsetDocumentLocator (QXmlContentHandlerSc a) (QXmlLocator t1) # 
Instance details

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

Methods

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

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

Methods

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

QstartPrefixMapping (QXmlContentHandler ()) (String, String) # 
Instance details

Methods

startPrefixMapping :: QXmlContentHandler () -> (String, String) -> IO Bool #

QstartPrefixMapping (QXmlContentHandlerSc a) (String, String) # 
Instance details

Methods

startPrefixMapping :: QXmlContentHandlerSc a -> (String, String) -> IO Bool #

QprocessingInstruction (QXmlContentHandler ()) (String, String) (IO Bool) # 
Instance details

Methods

processingInstruction :: QXmlContentHandler () -> (String, String) -> IO Bool #

QprocessingInstruction (QXmlContentHandlerSc a) (String, String) (IO Bool) # 
Instance details

Methods

processingInstruction :: QXmlContentHandlerSc a -> (String, String) -> IO Bool #

QendElement (QXmlContentHandler ()) (String, String, String) (IO Bool) # 
Instance details

Methods

endElement :: QXmlContentHandler () -> (String, String, String) -> IO Bool #

QendElement (QXmlContentHandlerSc a) (String, String, String) (IO Bool) # 
Instance details

Methods

endElement :: QXmlContentHandlerSc a -> (String, String, String) -> IO Bool #

QstartElement (QXmlContentHandler ()) (String, String, String, QXmlAttributes t4) (IO Bool) # 
Instance details

Methods

startElement :: QXmlContentHandler () -> (String, String, String, QXmlAttributes t4) -> IO Bool #

QstartElement (QXmlContentHandlerSc a) (String, String, String, QXmlAttributes t4) (IO Bool) # 
Instance details

Methods

startElement :: QXmlContentHandlerSc a -> (String, String, String, QXmlAttributes t4) -> IO Bool #