eric3.XML.XMLEntityResolver

Module implementing a specialized entity resolver to find our DTDs.

Classes

XMLEntityResolver Class implementing a specialized entity resolver to find our DTDs.

Functions

None


XMLEntityResolver

Class implementing a specialized entity resolver to find our DTDs.

Derived from

EntityResolver

Methods

resolveEntity Public method to resolve the system identifier of an entity and

XMLEntityResolver.resolveEntity

resolveEntity(publicId, systemId)

Public method to resolve the system identifier of an entity and return either the system identifier to read from as a string.

publicId
publicId of an entity (string)
systemId
systemId of an entity to reslove (string)
Returns:
resolved systemId (string)

Up