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/dirIndexParser;1
This component implements the following interfaces:
Properties
readonly char* nsIDirIndexParser.comment
The comment given, if any This result is only valid _after_ OnStopRequest has occurred, because it can occur anywhere in the datastream
char* nsIDirIndexParser.encoding
The encoding to use
nsIDirIndexListener nsIDirIndexParser.listener
The interface to use as a callback for new entries
Methods
| Interface | Method |
|---|---|
| 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 )
|
Reference documentation is generated from Mozilla's source.
