public XMLSchemaValidatorComponentManager(XSGrammarPoolContainer paramXSGrammarPoolContainer)
{
this.fComponents.put("http://apache.org/xml/properties/internal/entity-manager", this.fEntityManager);
this.fErrorReporter = new XMLErrorReporter();
this.fComponents.put("http://apache.org/xml/properties/internal/error-reporter", this.fErrorReporter);
this.fNamespaceContext = new NamespaceSupport();
this.fComponents.put("http://apache.org/xml/properties/internal/namespace-context", this.fNamespaceContext);
this.fSchemaValidator = new XMLSchemaValidator();
this.fComponents.put("http://apache.org/xml/properties/internal/validator/schema", this.fSchemaValidator);
this.fValidationManager = new ValidationManager();
this.fComponents.put("http://apache.org/xml/properties/internal/validation-manager", this.fValidationManager);