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 Type
    Method
    Description
    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 Details

    • 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.