public  function __construct($xmlFile = NULL)
  {
    if (isset($xmlFile) == true) {
      $this->setXmlFile($xmlFile);
    }

    $this->init();
    parent::__construct(NULL);
  }