This class can be used to generate PHP configuration classes from a XML file. It parses a given XML document and generates a PHP class with variables with the names of the XML tags. The class variable values are set to data contained in the tags. If the PHP class file exists and is updated relatively to the XML file, the class file is not regenerated.