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
 Configuration makeConfiguration(javax.xml.transform.Source source)
          Create a Configuration based on the contents of this configuration file
 

Method Detail

makeConfiguration

Configuration makeConfiguration(javax.xml.transform.Source source)
                                throws XPathException
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