wraxml-0.4.2: Lazy wrapper to HaXML, HXT, TagSoup via custom XML tree structureSource codeContentsIndex
Text.XML.WraXML.Tree.HaXml
Contents
conversion from our XML tree to HaXml tree
conversion from HaXml tree to our XML tree
lift our XML filters to HaXml filters
Synopsis
fromXmlTree :: (Tag name, Attribute name) => T i name T -> Content i
multiFromXmlTree :: (Tag name, Attribute name) => T i name T -> [Content i]
toXmlTree' :: (Tag name, Attribute name) => Content i -> T i name T
toXmlTree :: (Tag name, Attribute name) => Content i -> T i name T
lift :: (Tag name, Attribute name) => Filter i name T -> Content i -> Content i
onContent :: FilePath -> (Content Posn -> Content Posn) -> Document Posn -> Document Posn
liftFilterToDocument :: (Tag name, Attribute name) => FilePath -> Filter Posn name T -> Document Posn -> Document Posn
processWith :: (Tag name, Attribute name) => Filter Posn name T -> IO ()
conversion from our XML tree to HaXml tree
fromXmlTree :: (Tag name, Attribute name) => T i name T -> Content iSource
multiFromXmlTree :: (Tag name, Attribute name) => T i name T -> [Content i]Source
conversion from HaXml tree to our XML tree
toXmlTree' :: (Tag name, Attribute name) => Content i -> T i name TSource
toXmlTree :: (Tag name, Attribute name) => Content i -> T i name TSource
lift our XML filters to HaXml filters
lift :: (Tag name, Attribute name) => Filter i name T -> Content i -> Content iSource
onContent :: FilePath -> (Content Posn -> Content Posn) -> Document Posn -> Document PosnSource

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

cf. Text.XML.HaXml.Wrappers.onContent

liftFilterToDocument :: (Tag name, Attribute name) => FilePath -> Filter Posn name T -> Document Posn -> Document PosnSource
processWith :: (Tag name, Attribute name) => Filter Posn name T -> IO ()Source
Produced by Haddock version 2.6.0