Documentation
class QqDomElement x1 where #
qDomElement :: x1 -> IO (QDomElement ()) #
Instances
QqDomElement () # | |
Defined in Qtc.Xml.QDomElement qDomElement :: () -> IO (QDomElement ()) # | |
QqDomElement (QDomElement t1) # | |
Defined in Qtc.Xml.QDomElement qDomElement :: QDomElement t1 -> IO (QDomElement ()) # |
class QqDomElement_nf x1 where #
qDomElement_nf :: x1 -> IO (QDomElement ()) #
Instances
QqDomElement_nf () # | |
Defined in Qtc.Xml.QDomElement qDomElement_nf :: () -> IO (QDomElement ()) # | |
QqDomElement_nf (QDomElement t1) # | |
Defined in Qtc.Xml.QDomElement qDomElement_nf :: QDomElement t1 -> IO (QDomElement ()) # |
class QattributeNS x1 where #
attributeNS :: QDomElement a -> x1 -> IO String #
Instances
QattributeNS (String, String) # | |
Defined in Qtc.Xml.QDomElement attributeNS :: QDomElement a -> (String, String) -> IO String # | |
QattributeNS (String, String, String) # | |
Defined in Qtc.Xml.QDomElement attributeNS :: QDomElement a -> (String, String, String) -> IO String # |
attributeNode :: QDomElement a -> String -> IO (QDomAttr ()) #
attributeNode_nf :: QDomElement a -> String -> IO (QDomAttr ()) #
attributeNodeNS :: QDomElement a -> (String, String) -> IO (QDomAttr ()) #
attributeNodeNS_nf :: QDomElement a -> (String, String) -> IO (QDomAttr ()) #
hasAttributeNS :: QDomElement a -> (String, String) -> IO Bool #
removeAttributeNS :: QDomElement a -> (String, String) -> IO () #
removeAttributeNode :: QDomElement a -> QDomAttr t1 -> IO (QDomAttr ()) #
removeAttributeNode_nf :: QDomElement a -> QDomAttr t1 -> IO (QDomAttr ()) #
class QsetAttributeNS x1 where #
setAttributeNS :: QDomElement a -> x1 -> IO () #
Instances
QsetAttributeNS (String, String, Double) # | |
Defined in Qtc.Xml.QDomElement setAttributeNS :: QDomElement a -> (String, String, Double) -> IO () # | |
QsetAttributeNS (String, String, Int) # | |
Defined in Qtc.Xml.QDomElement setAttributeNS :: QDomElement a -> (String, String, Int) -> IO () # | |
QsetAttributeNS (String, String, String) # | |
Defined in Qtc.Xml.QDomElement setAttributeNS :: QDomElement a -> (String, String, String) -> IO () # |
setAttributeNode :: QDomElement a -> QDomAttr t1 -> IO (QDomAttr ()) #
setAttributeNode_nf :: QDomElement a -> QDomAttr t1 -> IO (QDomAttr ()) #
setAttributeNodeNS :: QDomElement a -> QDomAttr t1 -> IO (QDomAttr ()) #
setAttributeNodeNS_nf :: QDomElement a -> QDomAttr t1 -> IO (QDomAttr ()) #
setTagName :: QDomElement a -> String -> IO () #
tagName :: QDomElement a -> () -> IO String #
qDomElement_delete :: QDomElement a -> IO () #
qDomElement_delete1 :: QDomElement a -> IO () #