roundtrip-xml-0.3.0.2: Bidirectional (de-)serialization for XML.

Text.Roundtrip.Xml.Enumerator.Parser

Documentation

type XmlParseIteratee r m a = GenXmlParser (Cursor r m RtEventWithPos) (Iteratee RtEventWithPos m) aSource