public resolveEntity(publicId as String, systemId as String) as InputSource throws SAXException, IOException
Resolves an external entity.
| Parameter | Description |
|---|---|
publicId | Public identifier, or null. |
systemId | System identifier. |
Alternative input source, or null to use default resolution.
source = resolver.resolveEntity(publicId, systemId)