}
// If this is the first schema this Handler has
// parsed, it has to construct a DOMParser
if (fSchemaParser == null) {
fSchemaParser = new DOMParser();
resetSchemaParserErrorHandler();
fSchemaParser.setPool(fDOMPool);
}
fSchemaParser.reset();
fSchemaParser.parse(schemaSource);