Package ilog.rules.xml.util
Interface IlrXsdLocationResolver
- All Known Implementing Classes:
IlrXsdClassLoaderLocationResolver,IlrXsdDefaultLocationResolver
public interface IlrXsdLocationResolver
This interface defines the policy to be applied by the XML Schema parser
in order to find a schema location.
-
Method Summary
Modifier and TypeMethodDescriptionresolveLocation(String parentLocation, String location) Creates an input source representation of a schema knowing its location It returnsnullif the location does not exist.
-
Method Details
-
resolveLocation
Creates an input source representation of a schema knowing its location It returnsnullif the location does not exist.- Parameters:
parentLocation- The location of the parent file.location- The location to be found.- Returns:
- The input source corresponding to the location. It may be null.
-