DomUtils.getFeedGet the feed object from the root of a DOM tree. function getFeed(doc: Node[]): Feed | null;§getFeed(doc: Node[]): Feed | null[src]§Parameters§doc: Node[][src] The DOM to to extract the feed from. §Return Type§Feed | null[src]The feed.