Documentation
class QatomicValue a b where #
atomicValue :: a -> b -> IO () #
class QcompareOrder a b where #
compareOrder :: a -> b -> IO DocumentOrder #
class QcopyNodeTo a b where #
copyNodeTo :: a -> b -> IO () #
class QdocumentUri a b where #
documentUri :: a -> b -> IO (QUrl ()) #
class QendOfSequence a b where #
endOfSequence :: a -> b -> IO () #
class QisDeepEqual a b where #
isDeepEqual :: a -> b -> IO Bool #
class QmessageHandler a b where #
messageHandler :: a -> b -> IO (QAbstractMessageHandler ()) #
namePool :: a -> b -> IO (QXmlNamePool ()) #
class QnamespaceBinding a b where #
namespaceBinding :: a -> b -> IO () #
class QnamespaceBindings a b where #
namespaceBindings :: a -> b -> IO [QXmlName ()] #
class QnamespaceForPrefix a b where #
namespaceForPrefix :: a -> b -> IO Int #
class QnextFromSimpleAxis a b where #
nextFromSimpleAxis :: a -> b -> IO (QXmlNodeModelIndex ()) #
class QnodesByIdref a b where #
nodesByIdref :: a -> b -> IO [QXmlNodeModelIndex ()] #
root :: a -> b -> IO (QXmlNodeModelIndex ()) #
class QsendAsNode a b where #
sendAsNode :: a -> b -> IO () #
class QsendNamespaces a b where #
sendNamespaces :: a -> b -> IO () #
class QsetMessageHandler a b where #
setMessageHandler :: a -> b -> IO () #
class QsetUriResolver a b where #
setUriResolver :: a -> b -> IO () #
class QstartOfSequence a b where #
startOfSequence :: a -> b -> IO () #
class QstringValue a b where #
stringValue :: a -> b -> IO String #
class QtypedValue a b where #
typedValue :: a -> b -> IO (QVariant ()) #
class QuriResolver a b where #
uriResolver :: a -> b -> IO (QAbstractUriResolver ()) #
class QwhitespaceOnly a b where #
whitespaceOnly :: a -> b -> IO () #