Documentation
class QqXmlParseException x1 where #
qXmlParseException :: x1 -> IO (QXmlParseException ()) #
Instances
class QqXmlParseException_nf x1 where #
qXmlParseException_nf :: x1 -> IO (QXmlParseException ()) #
Instances
qXmlParseException_delete :: QXmlParseException a -> IO () #
Orphan instances
QsystemId (QXmlParseException a) () # | |
systemId :: QXmlParseException a -> () -> IO String # | |
QpublicId (QXmlParseException a) () # | |
publicId :: QXmlParseException a -> () -> IO String # | |
QlineNumber (QXmlParseException a) () # | |
lineNumber :: QXmlParseException a -> () -> IO Int # | |
QcolumnNumber (QXmlParseException a) () # | |
columnNumber :: QXmlParseException a -> () -> IO Int # | |
Qmessage (QXmlParseException a) () (IO String) # | |
message :: QXmlParseException a -> () -> IO String # |