Qtc.Xmlpatterns.QXmlFormatter_h
Contents
Methods
unSetHandler :: QXmlFormatter () -> String -> IO Bool #
unSetHandler :: QXmlFormatterSc a -> String -> IO Bool #
unSetUserMethodVariantList :: QXmlFormatter () -> Int -> IO Bool #
unSetUserMethodVariantList :: QXmlFormatterSc a -> Int -> IO Bool #
unSetUserMethodVariant :: QXmlFormatter () -> Int -> IO Bool #
unSetUserMethodVariant :: QXmlFormatterSc a -> Int -> IO Bool #
unSetUserMethod :: QXmlFormatter () -> Int -> IO Bool #
unSetUserMethod :: QXmlFormatterSc a -> Int -> IO Bool #
startOfSequence_h :: QXmlFormatter () -> () -> IO () #
startOfSequence_h :: QXmlFormatterSc a -> () -> IO () #
endOfSequence_h :: QXmlFormatter () -> () -> IO () #
endOfSequence_h :: QXmlFormatterSc a -> () -> IO () #
startDocument_h :: QXmlFormatter () -> () -> IO () #
startDocument_h :: QXmlFormatterSc a -> () -> IO () #
endElement_h :: QXmlFormatter () -> () -> IO () #
endElement_h :: QXmlFormatterSc a -> () -> IO () #
endDocument_h :: QXmlFormatter () -> () -> IO () #
endDocument_h :: QXmlFormatterSc a -> () -> IO () #
comment_h :: QXmlFormatter () -> String -> IO () #
comment_h :: QXmlFormatterSc a -> String -> IO () #
whitespaceOnly_h :: QXmlFormatter () -> QStringRef t1 -> IO () #
whitespaceOnly_h :: QXmlFormatterSc a -> QStringRef t1 -> IO () #
namespaceBinding_h :: QXmlFormatter () -> QXmlName t1 -> IO () #
namespaceBinding_h :: QXmlFormatterSc a -> QXmlName t1 -> IO () #
item_h :: QXmlFormatter () -> QPatternist_Item t1 -> IO () #
item_h :: QXmlFormatterSc a -> QPatternist_Item t1 -> IO () #
atomicValue_h :: QXmlFormatter () -> QVariant t1 -> IO () #
atomicValue_h :: QXmlFormatterSc a -> QVariant t1 -> IO () #
startElement_h :: QXmlFormatter () -> QXmlName t1 -> IO () #
startElement_h :: QXmlFormatterSc a -> QXmlName t1 -> IO () #
characters_h :: QXmlFormatter () -> QStringRef t1 -> IO () #
characters_h :: QXmlFormatterSc a -> QStringRef t1 -> IO () #
attribute_h :: QXmlFormatter () -> (QXmlName t1, QStringRef t2) -> IO () #
attribute_h :: QXmlFormatterSc a -> (QXmlName t1, QStringRef t2) -> IO () #
setHandler :: QXmlFormatter () -> String -> (QXmlFormatter x0 -> QVariant t1 -> IO ()) -> IO () #
setHandler :: QXmlFormatter () -> String -> (QXmlFormatter x0 -> QXmlName t1 -> IO ()) -> IO () #
setHandler :: QXmlFormatter () -> String -> (QXmlFormatter x0 -> QXmlName t1 -> String -> IO ()) -> IO () #
setHandler :: QXmlFormatter () -> String -> (QXmlFormatter x0 -> IO ()) -> IO () #
setHandler :: QXmlFormatter () -> String -> (QXmlFormatter x0 -> QStringRef t1 -> IO ()) -> IO () #
setHandler :: QXmlFormatter () -> String -> (QXmlFormatter x0 -> QXmlName t1 -> QStringRef t2 -> IO ()) -> IO () #
setHandler :: QXmlFormatter () -> String -> (QXmlFormatter x0 -> QPatternist_Item t1 -> IO ()) -> IO () #
setHandler :: QXmlFormatter () -> String -> (QXmlFormatter x0 -> String -> IO ()) -> IO () #
setHandler :: QXmlFormatterSc a -> String -> (QXmlFormatter x0 -> QVariant t1 -> IO ()) -> IO () #
setHandler :: QXmlFormatterSc a -> String -> (QXmlFormatter x0 -> QXmlName t1 -> IO ()) -> IO () #
setHandler :: QXmlFormatterSc a -> String -> (QXmlFormatter x0 -> QXmlName t1 -> String -> IO ()) -> IO () #
setHandler :: QXmlFormatterSc a -> String -> (QXmlFormatter x0 -> IO ()) -> IO () #
setHandler :: QXmlFormatterSc a -> String -> (QXmlFormatter x0 -> QStringRef t1 -> IO ()) -> IO () #
setHandler :: QXmlFormatterSc a -> String -> (QXmlFormatter x0 -> QXmlName t1 -> QStringRef t2 -> IO ()) -> IO () #
setHandler :: QXmlFormatterSc a -> String -> (QXmlFormatter x0 -> QPatternist_Item t1 -> IO ()) -> IO () #
setHandler :: QXmlFormatterSc a -> String -> (QXmlFormatter x0 -> String -> IO ()) -> IO () #
setUserMethod :: QXmlFormatter () -> Int -> (QXmlFormatter x0 -> QVariant () -> IO (QVariant ())) -> IO () #
setUserMethod :: QXmlFormatter () -> Int -> (QXmlFormatter x0 -> IO ()) -> IO () #
setUserMethod :: QXmlFormatterSc a -> Int -> (QXmlFormatter x0 -> QVariant () -> IO (QVariant ())) -> IO () #
setUserMethod :: QXmlFormatterSc a -> Int -> (QXmlFormatter x0 -> IO ()) -> IO () #
processingInstruction_h :: QXmlFormatter () -> (QXmlName t1, String) -> IO () #
processingInstruction_h :: QXmlFormatterSc a -> (QXmlName t1, String) -> IO () #