public function __construct(XMLReader $reader)
 {
     parent::__construct($reader);
     $this->initializeFrom($reader);
 }