WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

@mozilla.org/feed-processor;1

This component implements the following interfaces:

Properties

nsIFeedResultListener nsIFeedProcessor.listener

The listener that will respond to feed events.

Methods

InterfaceMethod
nsISAXContentHandler void characters ( AString value )
nsISAXContentHandler void endDocument ( )
nsISAXContentHandler void endElement ( AString uri , AString localName , AString qName )
nsISAXContentHandler void endPrefixMapping ( AString prefix )
nsISAXErrorHandler void error ( nsISAXLocator locator , AString error )
nsISAXErrorHandler void fatalError ( nsISAXLocator locator , AString error )
nsISAXErrorHandler void ignorableWarning ( nsISAXLocator locator , AString error )
nsISAXContentHandler void ignorableWhitespace ( AString whitespace )
nsIStreamListener void onDataAvailable ( nsIRequest request , nsISupports context , nsIInputStream inputStream , PRUint32 offset , PRUint32 count )
nsIRequestObserver void onStartRequest ( nsIRequest request , nsISupports context )
nsIRequestObserver void onStopRequest ( nsIRequest request , nsISupports context , nsresult statusCode )
nsIFeedProcessor void parseAsync ( nsIRequestObserver requestObserver , nsIURI uri )
nsIFeedProcessor void parseFromStream ( nsIInputStream stream , nsIURI uri )
nsIFeedProcessor void parseFromString ( AString str , nsIURI uri )
nsISAXContentHandler void processingInstruction ( AString target , AString data )
nsISAXContentHandler void startDocument ( )
nsISAXContentHandler void startElement ( AString uri , AString localName , AString qName , nsISAXAttributes attributes )
nsISAXContentHandler void startPrefixMapping ( AString prefix , AString uri )

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com