Implementation of the ConfigurationFactory interface which generates a
a configuration tree using a SAX parser.
-fixed the unicode parsing [Florin]
author: Anthony Eden author: Florin T.PATRASCU since: 2.0
Get the root Configuration object from the specified InputStream.
Parameters: id - The id of the configuration (file path, URL, etc) Parameters: in - The InputStream The Configuration object throws: ConfigurationException -
Get the root Configuration object from the specified InputStream.
Parameters: id - The id of the configuration (file path, URL, etc) Parameters: in - The InputStream The Configuration object throws: ConfigurationException -