hxt-9.3.1.22: A collection of tools for processing XML with Haskell.
CopyrightCopyright (C) 2010 Uwe Schmidt
LicenseMIT
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Stabilitystable
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.XML.HXT.Arrow.ParserInterface

Description

interface to the HXT XML and DTD parsers

Documentation

parseXmlDoc :: ArrowXml a => a (String, String) XmlTree #

parseHtmlDoc :: ArrowList a => a (String, String) XmlTree #

hread :: ArrowList a => a String XmlTree #

hreadDoc :: ArrowList a => a String XmlTree #

xreadDoc :: ArrowXml a => a String XmlTree #

xreadCont :: ArrowXml a => a String XmlTree #