Class ClasspathResolver

  • All Implemented Interfaces:
    LSResourceResolver, EntityResolver

    public class ClasspathResolver
    extends Object
    implements EntityResolver, LSResourceResolver
    A entity resolver that resolves an entity's location within the classpath. Entity URIs must begin with the prefix classpath: and be followed by either an absolute or relative classpath. Relative classpaths are relative to this class. This resolver will not attempt to resolve any other URIs.