LocalEntityResolver.java | Class | Implementation of EntityResolver that looks to the local filesystem.
The implementation tries to resolve an entity via the following steps:
- using a catalog file
- using a local repository
- using JAR files in Classpath
The catalog resolving is based on the OASIS XML Catalog Standard.
OASIS seems to move it around. |