Qtc.Xml.QXmlDefaultHandler

Contents

Documentation

Orphan instances

QstartEntity (QXmlDefaultHandler ()) String # 
Instance details

Methods

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

QstartEntity (QXmlDefaultHandlerSc a) String # 
Instance details

Methods

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

QstartCDATA (QXmlDefaultHandler ()) () # 
Instance details

Methods

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

QstartCDATA (QXmlDefaultHandlerSc a) () # 
Instance details

Methods

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

QskippedEntity (QXmlDefaultHandler ()) String # 
Instance details

Methods

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

QskippedEntity (QXmlDefaultHandlerSc a) String # 
Instance details

Methods

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

QignorableWhitespace (QXmlDefaultHandler ()) String # 
Instance details

Methods

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

QignorableWhitespace (QXmlDefaultHandlerSc a) String # 
Instance details

Methods

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

QendPrefixMapping (QXmlDefaultHandler ()) String # 
Instance details

Methods

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

QendPrefixMapping (QXmlDefaultHandlerSc a) String # 
Instance details

Methods

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

QendEntity (QXmlDefaultHandler ()) String # 
Instance details

Methods

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

QendEntity (QXmlDefaultHandlerSc a) String # 
Instance details

Methods

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

QendDTD (QXmlDefaultHandler ()) () # 
Instance details

Methods

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

QendDTD (QXmlDefaultHandlerSc a) () # 
Instance details

Methods

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

QendCDATA (QXmlDefaultHandler ()) () # 
Instance details

Methods

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

QendCDATA (QXmlDefaultHandlerSc a) () # 
Instance details

Methods

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

QerrorString (QXmlDefaultHandler ()) () # 
Instance details

Methods

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

QerrorString (QXmlDefaultHandlerSc a) () # 
Instance details

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QuserMethod (QXmlDefaultHandler ()) () (IO ()) # 
Instance details

Methods

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

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

Methods

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

Qwarning (QXmlDefaultHandler ()) (QXmlParseException t1) # 
Instance details

Methods

warning :: QXmlDefaultHandler () -> QXmlParseException t1 -> IO Bool #

Qwarning (QXmlDefaultHandlerSc a) (QXmlParseException t1) # 
Instance details

Methods

warning :: QXmlDefaultHandlerSc a -> QXmlParseException t1 -> IO Bool #

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

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

QfatalError (QXmlDefaultHandler ()) (QXmlParseException t1) # 
Instance details

Methods

fatalError :: QXmlDefaultHandler () -> QXmlParseException t1 -> IO Bool #

QfatalError (QXmlDefaultHandlerSc a) (QXmlParseException t1) # 
Instance details

Qqerror (QXmlDefaultHandler ()) (QXmlParseException t1) (IO Bool) # 
Instance details

Methods

qerror :: QXmlDefaultHandler () -> QXmlParseException t1 -> IO Bool #

Qqerror (QXmlDefaultHandlerSc a) (QXmlParseException t1) (IO Bool) # 
Instance details

Methods

qerror :: QXmlDefaultHandlerSc a -> QXmlParseException t1 -> IO Bool #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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

QnotationDecl (QXmlDefaultHandler ()) (String, String, String) # 
Instance details

Methods

notationDecl :: QXmlDefaultHandler () -> (String, String, String) -> IO Bool #

QnotationDecl (QXmlDefaultHandlerSc a) (String, String, String) # 
Instance details

Methods

notationDecl :: QXmlDefaultHandlerSc a -> (String, String, String) -> IO Bool #

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

Methods

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

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

Methods

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

QresolveEntity (QXmlDefaultHandler ()) (String, String, QXmlInputSourcePtrRef t3) (IO Bool) # 
Instance details

Methods

resolveEntity :: QXmlDefaultHandler () -> (String, String, QXmlInputSourcePtrRef t3) -> IO Bool #

QresolveEntity (QXmlDefaultHandlerSc a) (String, String, QXmlInputSourcePtrRef t3) (IO Bool) # 
Instance details

Methods

resolveEntity :: QXmlDefaultHandlerSc a -> (String, String, QXmlInputSourcePtrRef t3) -> IO Bool #

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

Methods

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

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

Methods

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

QunparsedEntityDecl (QXmlDefaultHandler ()) (String, String, String, String) # 
Instance details

Methods

unparsedEntityDecl :: QXmlDefaultHandler () -> (String, String, String, String) -> IO Bool #

QunparsedEntityDecl (QXmlDefaultHandlerSc a) (String, String, String, String) # 
Instance details

Methods

unparsedEntityDecl :: QXmlDefaultHandlerSc a -> (String, String, String, String) -> IO Bool #

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

Methods

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

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

Methods

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

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

Methods

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

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

Methods

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