/**
  * Initializes the XPathFlattenRecord from the given parameter array.
  * @param $spec associative array of options. See class-level documentation for details.
  */
 function __construct($spec)
 {
     FlattenRecord::__construct($spec);
 }