Qtc.Xml.QXmlNamespaceSupport

Contents

Documentation

class Qprefixes x1 where #

Methods

prefixes :: QXmlNamespaceSupport a -> x1 -> IO [String] #

Instances
Qprefixes () # 
Instance details

Defined in Qtc.Xml.QXmlNamespaceSupport

Methods

prefixes :: QXmlNamespaceSupport a -> () -> IO [String] #

Qprefixes String # 
Instance details

Defined in Qtc.Xml.QXmlNamespaceSupport

Methods

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 () #

Orphan instances

QpopContext (QXmlNamespaceSupport a) () # 
Instance details

Methods

popContext :: QXmlNamespaceSupport a -> () -> IO () #

Quri (QXmlNamespaceSupport a) String (IO String) # 
Instance details

Methods

uri :: QXmlNamespaceSupport a -> String -> IO String #

Qreset (QXmlNamespaceSupport a) () (IO ()) # 
Instance details

Methods

reset :: QXmlNamespaceSupport a -> () -> IO () #

QpushContext (QXmlNamespaceSupport a) () (IO ()) # 
Instance details

Methods

pushContext :: QXmlNamespaceSupport a -> () -> IO () #

Qprefix (QXmlNamespaceSupport a) String (IO String) # 
Instance details

Methods

prefix :: QXmlNamespaceSupport a -> String -> IO String #

QsetPrefix (QXmlNamespaceSupport a) (String, String) # 
Instance details

Methods

setPrefix :: QXmlNamespaceSupport a -> (String, String) -> IO () #