addComponent(this.fEntityManager);
this.fErrorReporter = new XMLErrorReporter();
this.fErrorReporter.setDocumentLocator(this.fEntityManager.getEntityScanner());
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);