Qtc.Classes.Xml

Documentation

class QattributeDecl a b where #

Methods

attributeDecl :: a -> b -> IO Bool #

class QcontentHandler a b where #

Methods

contentHandler :: a -> b -> IO (QXmlContentHandler ()) #

class QdTDHandler a b where #

Methods

dTDHandler :: a -> b -> IO (QXmlDTDHandler ()) #

class QdeclHandler a b where #

Methods

declHandler :: a -> b -> IO (QXmlDeclHandler ()) #

class QelementsByTagName a b where #

Methods

elementsByTagName :: a -> b -> IO (QDomNodeList ()) #

class QelementsByTagNameNS a b where #

Methods

elementsByTagNameNS :: a -> b -> IO (QDomNodeList ()) #

class QendCDATA a b where #

Methods

endCDATA :: a -> b -> IO Bool #

class QendDTD a b where #

Methods

endDTD :: a -> b -> IO Bool #

class QendEntity a b where #

Methods

endEntity :: a -> b -> IO Bool #

class QendPrefixMapping a b where #

Methods

endPrefixMapping :: a -> b -> IO Bool #

class QerrorHandler a b where #

Methods

errorHandler :: a -> b -> IO (QXmlErrorHandler ()) #

class QexternalEntityDecl a b where #

Methods

externalEntityDecl :: a -> b -> IO Bool #

class QfatalError a b where #

Methods

fatalError :: a -> b -> IO Bool #

class Qfeature a b where #

Methods

feature :: a -> b -> IO Bool #

class QignorableWhitespace a b where #

Methods

ignorableWhitespace :: a -> b -> IO Bool #

class QinternalEntityDecl a b where #

Methods

internalEntityDecl :: a -> b -> IO Bool #

class QlexicalHandler a b where #

Methods

lexicalHandler :: a -> b -> IO (QXmlLexicalHandler ()) #

class QnamedItem a b where #

Methods

namedItem :: a -> b -> IO (QDomNode ()) #

class QnamedItem_nf a b where #

Methods

namedItem_nf :: a -> b -> IO (QDomNode ()) #

class QnodeType a b where #

Methods

nodeType :: a -> b -> IO QDomNode_NodeType #

class QnotationDecl a b where #

Methods

notationDecl :: a -> b -> IO Bool #

class Qparse a b where #

Methods

parse :: a -> b -> IO Bool #

class QsetContentHandler a b where #

Methods

setContentHandler :: a -> b -> IO () #

class QsetDTDHandler a b where #

Methods

setDTDHandler :: a -> b -> IO () #

class QsetDeclHandler a b where #

Methods

setDeclHandler :: a -> b -> IO () #

class QsetDocumentLocator a b where #

Methods

setDocumentLocator :: a -> b -> IO () #

class QsetErrorHandler a b where #

Methods

setErrorHandler :: a -> b -> IO () #

class QsetFeature a b where #

Methods

setFeature :: a -> b -> IO () #

class QsetLexicalHandler a b where #

Methods

setLexicalHandler :: a -> b -> IO () #

class QskippedEntity a b where #

Methods

skippedEntity :: a -> b -> IO Bool #

class QstartCDATA a b where #

Methods

startCDATA :: a -> b -> IO Bool #

class QstartDTD a b where #

Methods

startDTD :: a -> b -> IO Bool #

class QstartEntity a b where #

Methods

startEntity :: a -> b -> IO Bool #

class QstartPrefixMapping a b where #

Methods

startPrefixMapping :: a -> b -> IO Bool #

class QunparsedEntityDecl a b where #

Methods

unparsedEntityDecl :: a -> b -> IO Bool #

class Qwarning a b where #

Methods

warning :: a -> b -> IO Bool #