/* 683 */ this.contentHandler.setDocumentLocator(locator);
/* */ }
/* */
/* */ protected void entityResolver(Document document) throws SAXException {
/* 687 */ if (this.entityResolver != null) {
/* 688 */ DocumentType docType = document.getDocType();
/* */
/* 690 */ if (docType != null) {
/* 691 */ String publicID = docType.getPublicID();
/* 692 */ String systemID = docType.getSystemID();
/* */
/* 694 */ if ((publicID != null) || (systemID != null))
/* */ try {
/* 696 */ this.entityResolver.resolveEntity(publicID, systemID);
/* */ } catch (IOException e) {