Qtc.Xmlpatterns.QXmlQuery

Contents

Documentation

class QqXmlQuery x1 where #

Methods

qXmlQuery :: x1 -> IO (QXmlQuery ()) #

Instances
QqXmlQuery () # 
Instance details

Defined in Qtc.Xmlpatterns.QXmlQuery

Methods

qXmlQuery :: () -> IO (QXmlQuery ()) #

QqXmlQuery QueryLanguage # 
Instance details

Defined in Qtc.Xmlpatterns.QXmlQuery

Methods

qXmlQuery :: QueryLanguage -> IO (QXmlQuery ()) #

QqXmlQuery (QXmlQuery t1) # 
Instance details

Defined in Qtc.Xmlpatterns.QXmlQuery

Methods

qXmlQuery :: QXmlQuery t1 -> IO (QXmlQuery ()) #

QqXmlQuery (QXmlNamePool t1) # 
Instance details

Defined in Qtc.Xmlpatterns.QXmlQuery

Methods

qXmlQuery :: QXmlNamePool t1 -> IO (QXmlQuery ()) #

QqXmlQuery (QueryLanguage, QXmlNamePool t2) # 
Instance details

Defined in Qtc.Xmlpatterns.QXmlQuery

Methods

qXmlQuery :: (QueryLanguage, QXmlNamePool t2) -> IO (QXmlQuery ()) #

class QqXmlQuery_nf x1 where #

Methods

qXmlQuery_nf :: x1 -> IO (QXmlQuery ()) #

Instances
QqXmlQuery_nf () # 
Instance details

Defined in Qtc.Xmlpatterns.QXmlQuery

Methods

qXmlQuery_nf :: () -> IO (QXmlQuery ()) #

QqXmlQuery_nf QueryLanguage # 
Instance details

Defined in Qtc.Xmlpatterns.QXmlQuery

Methods

qXmlQuery_nf :: QueryLanguage -> IO (QXmlQuery ()) #

QqXmlQuery_nf (QXmlQuery t1) # 
Instance details

Defined in Qtc.Xmlpatterns.QXmlQuery

Methods

qXmlQuery_nf :: QXmlQuery t1 -> IO (QXmlQuery ()) #

QqXmlQuery_nf (QXmlNamePool t1) # 
Instance details

Defined in Qtc.Xmlpatterns.QXmlQuery

Methods

qXmlQuery_nf :: QXmlNamePool t1 -> IO (QXmlQuery ()) #

QqXmlQuery_nf (QueryLanguage, QXmlNamePool t2) # 
Instance details

Defined in Qtc.Xmlpatterns.QXmlQuery

class QbindVariable x1 where #

Methods

bindVariable :: QXmlQuery a -> x1 -> IO () #

Instances
QbindVariable (String, QIODevice t2) # 
Instance details

Defined in Qtc.Xmlpatterns.QXmlQuery

Methods

bindVariable :: QXmlQuery a -> (String, QIODevice t2) -> IO () #

QbindVariable (String, QXmlQuery t2) # 
Instance details

Defined in Qtc.Xmlpatterns.QXmlQuery

Methods

bindVariable :: QXmlQuery a -> (String, QXmlQuery t2) -> IO () #

QbindVariable (String, QXmlItem t2) # 
Instance details

Defined in Qtc.Xmlpatterns.QXmlQuery

Methods

bindVariable :: QXmlQuery a -> (String, QXmlItem t2) -> IO () #

QbindVariable (QXmlName t1, QXmlQuery t2) # 
Instance details

Defined in Qtc.Xmlpatterns.QXmlQuery

Methods

bindVariable :: QXmlQuery a -> (QXmlName t1, QXmlQuery t2) -> IO () #

QbindVariable (QXmlName t1, QXmlItem t2) # 
Instance details

Defined in Qtc.Xmlpatterns.QXmlQuery

Methods

bindVariable :: QXmlQuery a -> (QXmlName t1, QXmlItem t2) -> IO () #

QbindVariable (QXmlName t1, QIODevice t2) # 
Instance details

Defined in Qtc.Xmlpatterns.QXmlQuery

Methods

bindVariable :: QXmlQuery a -> (QXmlName t1, QIODevice t2) -> IO () #

class QevaluateTo x1 xr | x1 -> xr where #

Methods

evaluateTo :: QXmlQuery a -> x1 -> xr #

Instances
QevaluateTo (QStringList t1) (IO Bool) # 
Instance details

Defined in Qtc.Xmlpatterns.QXmlQuery

Methods

evaluateTo :: QXmlQuery a -> QStringList t1 -> IO Bool #

QevaluateTo (QIODevice t1) (IO Bool) # 
Instance details

Defined in Qtc.Xmlpatterns.QXmlQuery

Methods

evaluateTo :: QXmlQuery a -> QIODevice t1 -> IO Bool #

QevaluateTo (QXmlResultItems t1) (IO ()) # 
Instance details

Defined in Qtc.Xmlpatterns.QXmlQuery

Methods

evaluateTo :: QXmlQuery a -> QXmlResultItems t1 -> IO () #

QevaluateTo (QAbstractXmlReceiver t1) (IO Bool) # 
Instance details

Defined in Qtc.Xmlpatterns.QXmlQuery

Methods

evaluateTo :: QXmlQuery a -> QAbstractXmlReceiver t1 -> IO Bool #

QevaluateTo (QStringPtr t1) (IO Bool) # 
Instance details

Defined in Qtc.Xmlpatterns.QXmlQuery

Methods

evaluateTo :: QXmlQuery a -> QStringPtr t1 -> IO Bool #

initialTemplateName :: QXmlQuery a -> () -> IO (QXmlName ()) #

class QsetInitialTemplateName x1 where #

Methods

setInitialTemplateName :: QXmlQuery a -> x1 -> IO () #

Instances
QsetInitialTemplateName String # 
Instance details

Defined in Qtc.Xmlpatterns.QXmlQuery

Methods

setInitialTemplateName :: QXmlQuery a -> String -> IO () #

QsetInitialTemplateName (QXmlName t1) # 
Instance details

Defined in Qtc.Xmlpatterns.QXmlQuery

Methods

setInitialTemplateName :: QXmlQuery a -> QXmlName t1 -> IO () #

Orphan instances

QuriResolver (QXmlQuery a) () # 
Instance details

Methods

uriResolver :: QXmlQuery a -> () -> IO (QAbstractUriResolver ()) #

QnamePool (QXmlQuery a) () # 
Instance details

Methods

namePool :: QXmlQuery a -> () -> IO (QXmlNamePool ()) #

QmessageHandler (QXmlQuery a) () # 
Instance details

Methods

messageHandler :: QXmlQuery a -> () -> IO (QAbstractMessageHandler ()) #

QsetQuery (QXmlQuery a) String # 
Instance details

Methods

setQuery :: QXmlQuery a -> String -> IO () #

QnetworkAccessManager (QXmlQuery a) () # 
Instance details

QqisValid (QXmlQuery ()) () # 
Instance details

Methods

qisValid :: QXmlQuery () -> () -> IO Bool #

QqisValid (QXmlQuerySc a) () # 
Instance details

Methods

qisValid :: QXmlQuerySc a -> () -> IO Bool #

QsetFocus (QXmlQuery a) String (IO Bool) # 
Instance details

Methods

setFocus :: QXmlQuery a -> String -> IO Bool #

QsetUriResolver (QXmlQuery a) (QAbstractUriResolver t1) # 
Instance details

Methods

setUriResolver :: QXmlQuery a -> QAbstractUriResolver t1 -> IO () #

QsetMessageHandler (QXmlQuery a) (QAbstractMessageHandler t1) # 
Instance details

QsetQuery (QXmlQuery a) (QUrl t1) # 
Instance details

Methods

setQuery :: QXmlQuery a -> QUrl t1 -> IO () #

QsetQuery (QXmlQuery a) (QIODevice t1) # 
Instance details

Methods

setQuery :: QXmlQuery a -> QIODevice t1 -> IO () #

QsetNetworkAccessManager (QXmlQuery a) (QNetworkAccessManager t1) # 
Instance details

QsetFocus (QXmlQuery a) (QUrl t1) (IO Bool) # 
Instance details

Methods

setFocus :: QXmlQuery a -> QUrl t1 -> IO Bool #

QsetFocus (QXmlQuery a) (QIODevice t1) (IO Bool) # 
Instance details

Methods

setFocus :: QXmlQuery a -> QIODevice t1 -> IO Bool #

QsetFocus (QXmlQuery a) (QXmlItem t1) (IO ()) # 
Instance details

Methods

setFocus :: QXmlQuery a -> QXmlItem t1 -> IO () #

Qqot (QXmlQuery ()) (QXmlQuery t1) (IO (QXmlQuery ())) # 
Instance details

Methods

qot :: QXmlQuery () -> QXmlQuery t1 -> IO (QXmlQuery ()) #

Qqot (QXmlQuerySc a) (QXmlQuery t1) (IO (QXmlQuery ())) # 
Instance details

Methods

qot :: QXmlQuerySc a -> QXmlQuery t1 -> IO (QXmlQuery ()) #

QsetQuery (QXmlQuery a) (String, QUrl t2) # 
Instance details

Methods

setQuery :: QXmlQuery a -> (String, QUrl t2) -> IO () #

QsetQuery (QXmlQuery a) (QUrl t1, QUrl t2) # 
Instance details

Methods

setQuery :: QXmlQuery a -> (QUrl t1, QUrl t2) -> IO () #

QsetQuery (QXmlQuery a) (QIODevice t1, QUrl t2) # 
Instance details

Methods

setQuery :: QXmlQuery a -> (QIODevice t1, QUrl t2) -> IO () #