Class StandardizerXMLReader

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

@PublicAPI public class StandardizerXMLReader extends Object implements StandardizerConfigurationReader
XML Configuration reader for standardizer configurations.

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 StandardizerActionStringReader.setPath(String) before getting the configuration. 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-tag, however the basis of the configuration can be viewed in the default configuration

file, that contains no action definition.

Since:
5.11