Exemple #1
0
 /**
  *@desc Contains specific instructions to generate all XML informations. This method is processed only one time. Usually is the last method processed.
  *@param DOMNode $current
  *@return void
  */
 public function generateObject($current)
 {
     try {
         XmlUtil::innerXML($current, $this->_xml);
     } catch (Exception $e) {
         throw new InvalidArgumentException("String bad formated.", 852);
     }
 }