org.xml.sax.HandlerBase.resolveEntity
method
public resolveEntity(publicId as String, systemId as String) as InputSource throws SAXException, IOException:
Description

Resolves an external entity.

Parameters
  • publicId Public identifier, or `null`.
  • systemId System identifier, or `null`.
Returns

Always null, allowing the parser to use its default behavior.

Example
source = handler.resolveEntity(null, "doc.dtd")