Package org.openehealth.ipf.commons.xml
Class LSResourceResolverImpl
java.lang.Object
org.openehealth.ipf.commons.xml.LSResourceResolverImpl
- All Implemented Interfaces:
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
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LSResourceResolverImpl
public LSResourceResolverImpl()
-
-
Method Details
-
resolveResource
public LSInput resolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI) - Specified by:
resolveResource
in interfaceLSResourceResolver
- See Also:
-