/**
  * Enable/disable the trace on changed nodes
  * 
  *@param aAttributes array Array of attributes (key => value) to be added onto any changed node	 	 
  */
 public static function SetTrace($aAttributes = null)
 {
     self::$aTraceAttributes = $aAttributes;
 }