{
XMLEntityResolver localXMLEntityResolver = getEntityResolver();
if (localXMLEntityResolver != null)
this.fDTDLoader.setEntityResolver(localXMLEntityResolver);
this.fDTDLoader.setProperty("http://apache.org/xml/properties/internal/error-reporter", this.fErrorReporter);
DTDGrammar localDTDGrammar = (DTDGrammar)this.fDTDLoader.loadGrammar(paramXMLInputSource);
if (localDTDGrammar != null)
this.fGrammarPool.cacheGrammars("http://www.w3.org/TR/REC-xml", new Grammar[] { localDTDGrammar });
return localDTDGrammar;
}