DefaultIOListener
IOListener
895896897898899900901
*/ protected ImportContext getImportContext(InputContext inputCtx, String systemId) throws IOException { return new ImportContextImpl( node, systemId, inputCtx, (inputCtx != null) ? inputCtx.getInputStream() : null, new DefaultIOListener(log), config.getDetector()); }
880881882883884885886
892893894895896897898
887888889890891892893
898899900901902903904