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