Provides access to entries by ID if one is specified in the source feed.
As well as allowing the items to be iterated over we want to allow users to be able to access a specific entry. This is one of two ways of doing that, the other being by offset. This method can be quite slow if dealing with a large feed that hasn't yet been processed as it instantiates objects for every entry until it finds the one needed.
Parameters:
Retrieve entry by numeric offset, starting trom zero.
As well as allowing the items to be iterated over we want to allow users to be able to access a specific entry. This is one of two ways of doing that, the other being by ID.
Parameters:
Provides iteration functionality.
Of course we must be able to iterate... This function simply increases our internal counter.