parser = (TextParser) _manager.lookup("net.sourceforge.chaperon.cocoon.TextParser");
EventQueue queue = parser.parse(_parsertable, new ByteArrayInputStream(_text.toString().getBytes()));
SAXEventAdapter adapter = new SAXEventAdapter(super.contentHandler, _includeIgnorableTokens, true);
//adapter.enableLogging(getLogger());
queue.fireEvents(adapter);
}
catch (ComponentException ce)
{
getLogger().error("Could not lookup for component", ce);
throw new SAXException("Could not lookup for component", ce);