An nsIFeedProcessor parses feeds, triggering callbacks based on
their contents.
Parse a feed from an nsIInputStream.
stream | The input stream. |
uri | The base URI. |
Parse a feed from a string.
str | The string to parse. |
uri | The base URI. |
Parse a feed asynchronously. The caller must then call the
nsIFeedProcessor’s nsIStreamListener methods to drive the
parse. Do not call the other parse methods during an asynchronous
parse.
requestObserver | The observer to notify on start/stop. This argument can be null. |
uri | The base URI. |
The listener that will respond to feed events.