/**
 * Method to initialise the feed for parsing.  If child parsers need to detect versions or other
 * such things this is where you'll want to implement that logic.
 *
 * @return  void
 *
 * @since   3.1.4
 */
protected abstract function initialise();