addComponent((XMLComponent)this.fDTDScanner);
this.fDatatypeValidatorFactory = DTDDVFactory.getInstance();
this.fProperties.put("http://apache.org/xml/properties/internal/datatype-validator-factory", this.fDatatypeValidatorFactory);
this.fValidationManager = new ValidationManager();
this.fProperties.put("http://apache.org/xml/properties/internal/validation-manager", this.fValidationManager);
this.fVersionDetector = new XMLVersionDetector();
if (this.fErrorReporter.getMessageFormatter("http://www.w3.org/TR/1998/REC-xml-19980210") == null)
{
XMLMessageFormatter localXMLMessageFormatter = new XMLMessageFormatter();
this.fErrorReporter.putMessageFormatter("http://www.w3.org/TR/1998/REC-xml-19980210", localXMLMessageFormatter);
this.fErrorReporter.putMessageFormatter("http://www.w3.org/TR/1999/REC-xml-names-19990114", localXMLMessageFormatter);