Documentation
class QattributeDecl_h a b where #
attributeDecl_h :: a -> b -> IO Bool #
class QcontentHandler_h a b where #
contentHandler_h :: a -> b -> IO (QXmlContentHandler ()) #
class QdTDHandler_h a b where #
dTDHandler_h :: a -> b -> IO (QXmlDTDHandler ()) #
class QdeclHandler_h a b where #
declHandler_h :: a -> b -> IO (QXmlDeclHandler ()) #
class QendCDATA_h a b where #
endCDATA_h :: a -> b -> IO Bool #
class QendEntity_h a b where #
endEntity_h :: a -> b -> IO Bool #
class QendPrefixMapping_h a b where #
endPrefixMapping_h :: a -> b -> IO Bool #
class QentityResolver_h a b where #
entityResolver_h :: a -> b -> IO (QXmlEntityResolver ()) #
class QerrorHandler_h a b where #
errorHandler_h :: a -> b -> IO (QXmlErrorHandler ()) #
class QexternalEntityDecl_h a b where #
externalEntityDecl_h :: a -> b -> IO Bool #
class QfatalError_h a b where #
fatalError_h :: a -> b -> IO Bool #
class Qfeature_h a b where #
class QhasProperty_h a b where #
hasProperty_h :: a -> b -> IO Bool #
class QignorableWhitespace_h a b where #
ignorableWhitespace_h :: a -> b -> IO Bool #
class QinternalEntityDecl_h a b where #
internalEntityDecl_h :: a -> b -> IO Bool #
class QlexicalHandler_h a b where #
lexicalHandler_h :: a -> b -> IO (QXmlLexicalHandler ()) #
class QnotationDecl_h a b where #
notationDecl_h :: a -> b -> IO Bool #
class QsetContentHandler_h a b where #
setContentHandler_h :: a -> b -> IO () #
class QsetDTDHandler_h a b where #
setDTDHandler_h :: a -> b -> IO () #
class QsetDeclHandler_h a b where #
setDeclHandler_h :: a -> b -> IO () #
class QsetDocumentLocator_h a b where #
setDocumentLocator_h :: a -> b -> IO () #
class QsetEntityResolver_h a b where #
setEntityResolver_h :: a -> b -> IO () #
class QsetErrorHandler_h a b where #
setErrorHandler_h :: a -> b -> IO () #
class QsetFeature_h a b where #
setFeature_h :: a -> b -> IO () #
class QsetLexicalHandler_h a b where #
setLexicalHandler_h :: a -> b -> IO () #
class QskippedEntity_h a b where #
skippedEntity_h :: a -> b -> IO Bool #
class QstartCDATA_h a b where #
startCDATA_h :: a -> b -> IO Bool #
class QstartDTD_h a b where #
startDTD_h :: a -> b -> IO Bool #
class QstartEntity_h a b where #
startEntity_h :: a -> b -> IO Bool #
class QstartPrefixMapping_h a b where #
startPrefixMapping_h :: a -> b -> IO Bool #
class QunparsedEntityDecl_h a b where #
unparsedEntityDecl_h :: a -> b -> IO Bool #
class Qwarning_h a b where #