wraxml-0.4.4.2: Lazy wrapper to HaXML, HXT, TagSoup via custom XML tree structure

Safe HaskellNone
LanguageHaskell98

Text.XML.WraXML.Tree.HaXml

Synopsis

Documentation

fromXmlTree :: (Tag name, Attribute name) => T i name T -> Content i Source #

multiFromXmlTree :: (Tag name, Attribute name) => T i name T -> [Content i] Source #

toXmlTree :: (Tag name, Attribute name) => Content i -> T i name T Source #

toXmlTree' :: (Tag name, Attribute name) => Content i -> T i name T Source #

lift :: (Tag name, Attribute name) => Filter i name T -> Content i -> Content i Source #

onContent :: FilePath -> (Content Posn -> Content Posn) -> Document Posn -> Document Posn Source #

Lift a filter of HaXml trees to a processor of a HaXml document.

cf. onContent

processWith :: (Tag name, Attribute name) => Filter Posn name T -> IO () Source #