Extensions in Joomla can have a view.html.php file but also a view.feed.php file in their view folder. Currently you can only extend the view.html.php file and not the view.feed.php as the class extender creates a ProductViewProductExtensionBase.php file in my case. This is the product view of HikaShop.
There is no base file available for the feed view.