Abstract implementation of an entity resolver for XML files.
Supports a series of internally supported public or system identities, allowing
implementers to support particular identities and direct them to local copies
of the DTD for example.
version: $Revision: 1.4 $
resolveEntity(String publicId, String systemId) Method to resolve XML entities.
Allows for the internally supported public and system identity entities.
Parameters: publicId - The public id. Parameters: systemId - The system id.
Accessor for the input source for a path.
Parameters: publicId - Public identity Parameters: systemId - System identity Parameters: localPath - The local path The input source throws: FileNotFoundException - if the local file is not accessible