libxml-enumerator-0.3: Enumerator-based API for libXML's SAX interfaceSource codeContentsIndex
Text.XML.LibXML.Enumerator
Portabilityportable
Maintainerjmillikin@gmail.com
Description
Documentation
data Event Source
Constructors
EventBeginDocument
EventEndDocument
EventBeginElement Name [Attribute]
EventEndElement Name
EventCharacters Text
EventComment Text
EventInstruction Instruction
show/hide Instances
parseBytesIO :: MonadIO m => Maybe Text -> Enumeratee ByteString Event m bSource
parseTextIO :: MonadIO m => Maybe Text -> Enumeratee Text Event m bSource
parseBytesST :: Maybe Text -> Enumeratee ByteString Event (ST s) bSource
parseTextST :: Maybe Text -> Enumeratee Text Event (ST s) bSource
Produced by Haddock version 2.6.1