Class LSResourceResolverImpl

java.lang.Object
org.openehealth.ipf.commons.xml.LSResourceResolverImpl
All Implemented Interfaces:
LSResourceResolver

public class LSResourceResolverImpl extends Object implements LSResourceResolver
Resolve external resources, such as external XML Schema, by looking in the classpath. This enables to e.g. split a XML schema into several files that depend on each other.

The resolver is NOT capable of resolving relative resources, e.g. ../../schema/subschema.xsd

Author:
Christian Ohr