Rule Execution Server API

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
 InputSource resolveLocation(String parentLocation, String location)
          Creates an input source representation of a schema knowing its location It returns null if the location does not exist.
 

Method Detail

resolveLocation

InputSource resolveLocation(String parentLocation,
                            String location)
Creates an input source representation of a schema knowing its location It returns null if 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.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013