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
ParameterDescription
publicIdPublic identifier, or null.
systemIdSystem identifier, or null.
Returns

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

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