net.sf.saxon.trans

Interface IConfigurationReader

public interface IConfigurationReader

The implementation of this interface is in Saxon-PE/EE. It reads a configuration file to construct a Configuration.
Method Summary
ConfigurationmakeConfiguration(Source source)
Create a Configuration based on the contents of this configuration file

Method Detail

makeConfiguration

public Configuration makeConfiguration(Source source)
Create a Configuration based on the contents of this configuration file

Parameters: source the Source of the configuration file

Returns: the constructed Configuration

Throws: XPathException