this.fProperties.put("http://apache.org/xml/properties/internal/error-reporter", this.fErrorReporter);
addComponent(this.fErrorReporter);
this.fNamespaceScanner = new XMLNSDocumentScannerImpl();
this.fProperties.put("http://apache.org/xml/properties/internal/document-scanner", this.fNamespaceScanner);
addRecognizedParamsAndSetDefaults(this.fNamespaceScanner);
this.fDTDScanner = new XMLDTDScannerImpl();
this.fProperties.put("http://apache.org/xml/properties/internal/dtd-scanner", this.fDTDScanner);
addRecognizedParamsAndSetDefaults(this.fDTDScanner);
this.fDatatypeValidatorFactory = DTDDVFactory.getInstance();
this.fProperties.put("http://apache.org/xml/properties/internal/datatype-validator-factory", this.fDatatypeValidatorFactory);
this.fValidationManager = new ValidationManager();