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);
this.fDatatypeValidatorFactory = DTDDVFactory.getInstance();
this.fProperties.put("http://apache.org/xml/properties/internal/datatype-validator-factory", this.fDatatypeValidatorFactory);
this.fValidationManager = new ValidationManager();