* Warning: if the XhtmlStreamReader is not used,
* then the HtmlParser won't work, as
* it relies on modified versions of '<' and '>'
*/
asr = new AlbiteStreamReader(in, currentEncoding);
r = new XhtmlStreamReader(asr, auto, true);
} else {
asr = new AlbiteStreamReader(in, currentEncoding);
r = asr;
}