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.
nsIXPTLoaderSink
| IID: | 6E48C500-8682-4730-ADD6-7DB693B9E7BA |
| Inherits From: | nsISupports |
Implement nsIXPTLoaderSink if you want to enumerate the entries in an XPT archive of some kind
Methods
void foundEntry ( char* itemName , PRInt32 index , nsIInputStream xptData )
void foundEntry ( char* itemName , PRInt32 index , nsIInputStream xptData )
Called by the loader for each entry in the archive
- Arguments:
- itemName: the name of this particular item in the archive
- index: the index of the item inthe archive
- xptData
References
This interface is passed as an argument to the following methods:
Reference documentation is generated from Mozilla's source.
