this.fProperties.put("http://apache.org/xml/properties/internal/document-scanner", this.fNamespaceScanner);
addComponent(this.fNamespaceScanner);
this.fDTDScanner = new XMLDTDScannerImpl();
this.fProperties.put("http://apache.org/xml/properties/internal/dtd-scanner", this.fDTDScanner);
addComponent((XMLComponent)this.fDTDScanner);
this.fDTDProcessor = new XMLDTDProcessor();
this.fProperties.put("http://apache.org/xml/properties/internal/dtd-processor", this.fDTDProcessor);
addComponent(this.fDTDProcessor);
this.fDTDValidator = new XMLNSDTDValidator();
this.fProperties.put("http://apache.org/xml/properties/internal/validator/dtd", this.fDTDValidator);
addComponent(this.fDTDValidator);