Adds extra fields to the feed.
The key of the extra field.
The value of the extra field.
The Feed instance (for chaining).
Adds a navigation link to the feed with the specified rel attribute. If a navigation link with the same rel already exists, it will be replaced.
The relationship type ('start', 'previous', 'next', 'last', 'first').
The URL of the link.
The Feed instance (for chaining).
Adds multiple navigation links to the feed. If navigation links with the same rel already exist, they will be replaced.
Object with navigation link types as keys and URLs as values.
The Feed instance (for chaining).
Gets the author of the feed.
The author of the feed.
Gets the ID of the feed.
The ID of the feed.
Gets the language of the feed.
The language of the feed.
Gets a navigation link from the feed by its rel attribute.
The relationship type ('start', 'previous', 'next', 'last', 'first').
The navigation link, or undefined if not found.
Gets the title of the feed.
The title of the feed.
Gets the updated date of the feed.
The updated date in ISO 8601 format.
Sets the author of the feed.
The author of the feed.
The Feed instance (for chaining).
Sets the language of the feed.
The language of the feed. (e.g. 'en', 'de', etc.)
The Feed instance (for chaining).
Sets the updated date of the feed.
The updated date in ISO 8601 format.
The Feed instance (for chaining).
Converts the feed to an OPDS/Atom XML string.
Serialization options.
The feed as an XML string.
StaticfromCreates a Feed instance from an XML string.
The XML string representing a feed.
A new Feed instance.
Adds multiple entries to the feed.