Documentation
qXmlNamespaceSupport :: () -> IO (QXmlNamespaceSupport ()) #
qXmlNamespaceSupport_nf :: () -> IO (QXmlNamespaceSupport ()) #
prefixes :: QXmlNamespaceSupport a -> x1 -> IO [String] #
Instances
Qprefixes () # | |
Defined in Qtc.Xml.QXmlNamespaceSupport prefixes :: QXmlNamespaceSupport a -> () -> IO [String] # | |
Qprefixes String # | |
Defined in Qtc.Xml.QXmlNamespaceSupport prefixes :: QXmlNamespaceSupport a -> String -> IO [String] # |
processName :: QXmlNamespaceSupport a -> (String, Bool, QStringRf t3, QStringRf t4) -> IO () #
splitName :: QXmlNamespaceSupport a -> (String, QStringRf t2, QStringRf t3) -> IO () #
qXmlNamespaceSupport_delete :: QXmlNamespaceSupport a -> IO () #
Orphan instances
QpopContext (QXmlNamespaceSupport a) () # | |
popContext :: QXmlNamespaceSupport a -> () -> IO () # | |
Quri (QXmlNamespaceSupport a) String (IO String) # | |
uri :: QXmlNamespaceSupport a -> String -> IO String # | |
Qreset (QXmlNamespaceSupport a) () (IO ()) # | |
reset :: QXmlNamespaceSupport a -> () -> IO () # | |
QpushContext (QXmlNamespaceSupport a) () (IO ()) # | |
pushContext :: QXmlNamespaceSupport a -> () -> IO () # | |
Qprefix (QXmlNamespaceSupport a) String (IO String) # | |
prefix :: QXmlNamespaceSupport a -> String -> IO String # | |
QsetPrefix (QXmlNamespaceSupport a) (String, String) # | |
setPrefix :: QXmlNamespaceSupport a -> (String, String) -> IO () # |