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

Text.Roundtrip.Xml.Enumerator.Parser

Documentation

type XmlParseIteratee m a = GenXmlParser PStreamPos (StateT PStreamState (Iteratee RtEventWithPos m)) aSource

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