Documentation
class QqXmlQuery x1 where #
Instances
QqXmlQuery () # | |
Defined in Qtc.Xmlpatterns.QXmlQuery | |
QqXmlQuery QueryLanguage # | |
Defined in Qtc.Xmlpatterns.QXmlQuery qXmlQuery :: QueryLanguage -> IO (QXmlQuery ()) # | |
QqXmlQuery (QXmlQuery t1) # | |
Defined in Qtc.Xmlpatterns.QXmlQuery | |
QqXmlQuery (QXmlNamePool t1) # | |
Defined in Qtc.Xmlpatterns.QXmlQuery qXmlQuery :: QXmlNamePool t1 -> IO (QXmlQuery ()) # | |
QqXmlQuery (QueryLanguage, QXmlNamePool t2) # | |
Defined in Qtc.Xmlpatterns.QXmlQuery qXmlQuery :: (QueryLanguage, QXmlNamePool t2) -> IO (QXmlQuery ()) # |
class QqXmlQuery_nf x1 where #
qXmlQuery_nf :: x1 -> IO (QXmlQuery ()) #
Instances
QqXmlQuery_nf () # | |
Defined in Qtc.Xmlpatterns.QXmlQuery qXmlQuery_nf :: () -> IO (QXmlQuery ()) # | |
QqXmlQuery_nf QueryLanguage # | |
Defined in Qtc.Xmlpatterns.QXmlQuery qXmlQuery_nf :: QueryLanguage -> IO (QXmlQuery ()) # | |
QqXmlQuery_nf (QXmlQuery t1) # | |
Defined in Qtc.Xmlpatterns.QXmlQuery qXmlQuery_nf :: QXmlQuery t1 -> IO (QXmlQuery ()) # | |
QqXmlQuery_nf (QXmlNamePool t1) # | |
Defined in Qtc.Xmlpatterns.QXmlQuery qXmlQuery_nf :: QXmlNamePool t1 -> IO (QXmlQuery ()) # | |
QqXmlQuery_nf (QueryLanguage, QXmlNamePool t2) # | |
Defined in Qtc.Xmlpatterns.QXmlQuery qXmlQuery_nf :: (QueryLanguage, QXmlNamePool t2) -> IO (QXmlQuery ()) # |
class QbindVariable x1 where #
bindVariable :: QXmlQuery a -> x1 -> IO () #
Instances
QbindVariable (String, QIODevice t2) # | |
Defined in Qtc.Xmlpatterns.QXmlQuery bindVariable :: QXmlQuery a -> (String, QIODevice t2) -> IO () # | |
QbindVariable (String, QXmlQuery t2) # | |
Defined in Qtc.Xmlpatterns.QXmlQuery bindVariable :: QXmlQuery a -> (String, QXmlQuery t2) -> IO () # | |
QbindVariable (String, QXmlItem t2) # | |
Defined in Qtc.Xmlpatterns.QXmlQuery bindVariable :: QXmlQuery a -> (String, QXmlItem t2) -> IO () # | |
QbindVariable (QXmlName t1, QXmlQuery t2) # | |
Defined in Qtc.Xmlpatterns.QXmlQuery bindVariable :: QXmlQuery a -> (QXmlName t1, QXmlQuery t2) -> IO () # | |
QbindVariable (QXmlName t1, QXmlItem t2) # | |
Defined in Qtc.Xmlpatterns.QXmlQuery bindVariable :: QXmlQuery a -> (QXmlName t1, QXmlItem t2) -> IO () # | |
QbindVariable (QXmlName t1, QIODevice t2) # | |
Defined in Qtc.Xmlpatterns.QXmlQuery bindVariable :: QXmlQuery a -> (QXmlName t1, QIODevice t2) -> IO () # |
class QevaluateTo x1 xr | x1 -> xr where #
evaluateTo :: QXmlQuery a -> x1 -> xr #
Instances
QevaluateTo (QStringList t1) (IO Bool) # | |
Defined in Qtc.Xmlpatterns.QXmlQuery evaluateTo :: QXmlQuery a -> QStringList t1 -> IO Bool # | |
QevaluateTo (QIODevice t1) (IO Bool) # | |
Defined in Qtc.Xmlpatterns.QXmlQuery evaluateTo :: QXmlQuery a -> QIODevice t1 -> IO Bool # | |
QevaluateTo (QXmlResultItems t1) (IO ()) # | |
Defined in Qtc.Xmlpatterns.QXmlQuery evaluateTo :: QXmlQuery a -> QXmlResultItems t1 -> IO () # | |
QevaluateTo (QAbstractXmlReceiver t1) (IO Bool) # | |
Defined in Qtc.Xmlpatterns.QXmlQuery evaluateTo :: QXmlQuery a -> QAbstractXmlReceiver t1 -> IO Bool # | |
QevaluateTo (QStringPtr t1) (IO Bool) # | |
Defined in Qtc.Xmlpatterns.QXmlQuery evaluateTo :: QXmlQuery a -> QStringPtr t1 -> IO Bool # |
initialTemplateName :: QXmlQuery a -> () -> IO (QXmlName ()) #
queryLanguage :: QXmlQuery a -> () -> IO QueryLanguage #
class QsetInitialTemplateName x1 where #
setInitialTemplateName :: QXmlQuery a -> x1 -> IO () #
Instances
QsetInitialTemplateName String # | |
Defined in Qtc.Xmlpatterns.QXmlQuery setInitialTemplateName :: QXmlQuery a -> String -> IO () # | |
QsetInitialTemplateName (QXmlName t1) # | |
Defined in Qtc.Xmlpatterns.QXmlQuery setInitialTemplateName :: QXmlQuery a -> QXmlName t1 -> IO () # |
qXmlQuery_delete :: QXmlQuery a -> IO () #