public resolveEntity(publicId as String, systemId as String) as InputSource throws SAXException, IOException:
Resolves an external entity.
Always null so the parser can use its default behavior.
null
source = handler.resolveEntity(null, "doc.dtd")