{
_scanner = scanner;
_currToken = START_DOCUMENT;
ReaderConfig cfg = scanner.getConfig();
_cfgCoalesceText = cfg.willCoalesceText();
_cfgReportTextAsChars = !cfg.willReportCData();
}
public static StreamReaderImpl construct(InputBootstrapper bs)
throws XMLStreamException
{