pub fn parse<R: BufRead>(source: R) -> Parser<R> 
Expand description

Creates a parser for a stream.

The stream is parsed as an XML dump exported from Mediawiki. The parser is an iterator over the pages in the dump.