public interface EntityResolver:
Resolver for external XML entities.
Applications implement this interface to redirect public or system identifiers before the parser opens an external entity.
@example `klyn import org.xml.sax
resolver as EntityResolver = null source = resolver.resolveEntity(null, "file:/tmp/doc.dtd")
| Modifier and Type | Member | Description |
|---|---|---|
| public | resolveEntityresolveEntity(publicId as String, systemId as String) as InputSource throws SAXException, IOException |
Resolves an external entity. |