246247248249250251252253
try { establish(MODE_NORMAL); drawImageUsingDocument(doc, rect); } catch (SAXException e) { throw new IFException("SAX error in drawImage()", e); } }