If a SYSTEM entry exists in the Catalog for the system ID specified, return the mapped value.
In the Resolver (as opposed to the Catalog) class, if the URI isn't found by the usual algorithm, SYSTEMSUFFIX entries are considered.
On Windows-based operating systems, the comparison between the system identifier provided and the SYSTEM entries in the Catalog is case-insensitive.
@param systemId The system ID to locate in the catalog. @return The system identifier to use for systemId. @throws MalformedURLException The formal system identifier of asubordinate catalog cannot be turned into a valid URL. @throws IOException Error reading subordinate catalog file.
|
|