Class StandardizerConfigurationXmlReader

java.lang.Object
chemaxon.standardizer.configuration.StandardizerConfigurationXmlReader
All Implemented Interfaces:
StandardizerConfigurationReader

@PublicApi public class StandardizerConfigurationXmlReader extends Object implements StandardizerConfigurationReader
Standardizer configuration reader for parsing XML configuration files.

If the configuration contains references to molecules/molecule files not contained by the configuration file, the base path of the configuration must be set by the method setPath(String) before getting the configuration. However, it is strongly discouraged to reference external molecule files from the configuration.

There is no static schema for the configuration file, as the available standardizer actions define their own XML tags. However, the basic structure of the configuration file must be as follows.

 <?xml version="1.0" encoding="UTF-8"?>
 <StandardizerConfiguration>
   <Actions>
   </Actions>
 </StandardizerConfiguration>
 
Since:
5.11