Qtc.Xml.QXmlAttributes
Contents
Documentation
class QqXmlAttributes x1 where #
Methods
qXmlAttributes :: x1 -> IO (QXmlAttributes ()) #
Instances
| QqXmlAttributes () # | |
Defined in Qtc.Xml.QXmlAttributes Methods qXmlAttributes :: () -> IO (QXmlAttributes ()) # | |
| QqXmlAttributes (QXmlAttributes t1) # | |
Defined in Qtc.Xml.QXmlAttributes Methods qXmlAttributes :: QXmlAttributes t1 -> IO (QXmlAttributes ()) # | |
class QqXmlAttributes_nf x1 where #
Methods
qXmlAttributes_nf :: x1 -> IO (QXmlAttributes ()) #
Instances
| QqXmlAttributes_nf () # | |
Defined in Qtc.Xml.QXmlAttributes Methods qXmlAttributes_nf :: () -> IO (QXmlAttributes ()) # | |
| QqXmlAttributes_nf (QXmlAttributes t1) # | |
Defined in Qtc.Xml.QXmlAttributes Methods qXmlAttributes_nf :: QXmlAttributes t1 -> IO (QXmlAttributes ()) # | |
qName :: QXmlAttributes a -> Int -> IO String #
qXmlAttributes_delete :: QXmlAttributes a -> IO () #
Orphan instances
| QlocalName (QXmlAttributes a) Int # | |
Methods localName :: QXmlAttributes a -> Int -> IO String # | |
| Qcount (QXmlAttributes a) () # | |
Methods count :: QXmlAttributes a -> () -> IO Int # | |
| Qvalue (QXmlAttributes a) String (IO String) # | |
Methods value :: QXmlAttributes a -> String -> IO String # | |
| Qvalue (QXmlAttributes a) Int (IO String) # | |
Methods value :: QXmlAttributes a -> Int -> IO String # | |
| Quri (QXmlAttributes a) Int (IO String) # | |
Methods uri :: QXmlAttributes a -> Int -> IO String # | |
| Qqtype (QXmlAttributes a) String (IO String) # | |
Methods qtype :: QXmlAttributes a -> String -> IO String # | |
| Qqtype (QXmlAttributes a) Int (IO String) # | |
Methods qtype :: QXmlAttributes a -> Int -> IO String # | |
| Qqlength (QXmlAttributes a) () (IO Int) # | |
Methods qlength :: QXmlAttributes a -> () -> IO Int # | |
| Qindex (QXmlAttributes ()) String (IO Int) # | |
Methods index :: QXmlAttributes () -> String -> IO Int # | |
| Qindex (QXmlAttributesSc a) String (IO Int) # | |
Methods index :: QXmlAttributesSc a -> String -> IO Int # | |
| Qclear (QXmlAttributes a) () (IO ()) # | |
Methods clear :: QXmlAttributes a -> () -> IO () # | |
| Qqswap (QXmlAttributes ()) (QXmlAttributes t1) # | |
Methods qswap :: QXmlAttributes () -> QXmlAttributes t1 -> IO () # | |
| Qqswap (QXmlAttributesSc a) (QXmlAttributes t1) # | |
Methods qswap :: QXmlAttributesSc a -> QXmlAttributes t1 -> IO () # | |
| Qvalue (QXmlAttributes a) (QLatin1String t1) (IO String) # | |
Methods value :: QXmlAttributes a -> QLatin1String t1 -> IO String # | |
| Qindex (QXmlAttributes ()) (QLatin1String t1) (IO Int) # | |
Methods index :: QXmlAttributes () -> QLatin1String t1 -> IO Int # | |
| Qindex (QXmlAttributesSc a) (QLatin1String t1) (IO Int) # | |
Methods index :: QXmlAttributesSc a -> QLatin1String t1 -> IO Int # | |
| Qvalue (QXmlAttributes a) (String, String) (IO String) # | |
Methods value :: QXmlAttributes a -> (String, String) -> IO String # | |
| Qqtype (QXmlAttributes a) (String, String) (IO String) # | |
Methods qtype :: QXmlAttributes a -> (String, String) -> IO String # | |
| Qindex (QXmlAttributes ()) (String, String) (IO Int) # | |
Methods index :: QXmlAttributes () -> (String, String) -> IO Int # | |
| Qindex (QXmlAttributesSc a) (String, String) (IO Int) # | |
Methods index :: QXmlAttributesSc a -> (String, String) -> IO Int # | |
| Qappend (QXmlAttributes ()) (String, String, String, String) (IO ()) # | |
Methods append :: QXmlAttributes () -> (String, String, String, String) -> IO () # | |
| Qappend (QXmlAttributesSc a) (String, String, String, String) (IO ()) # | |
Methods append :: QXmlAttributesSc a -> (String, String, String, String) -> IO () # | |