Public Member Functions | Protected Member Functions | Protected Attributes | Friends

nsURILoader Class Reference

#include <nsURILoader.h>

Inheritance diagram for nsURILoader:
Collaboration diagram for nsURILoader:

List of all members.

Public Member Functions

NS_DECL_NSIURILOADER
NS_DECL_ISUPPORTS 
nsURILoader ()
 ~nsURILoader ()

Protected Member Functions

nsresult OpenChannel (nsIChannel *channel, PRUint32 aFlags, nsIInterfaceRequestor *aWindowContext, PRBool aChannelOpen, nsIStreamListener **aListener)
 Equivalent to nsIURILoader::openChannel, but allows specifying whether the channel is opened already.

Protected Attributes

nsCOMArray< nsIWeakReferencem_listeners
 we shouldn't need to have an owning ref count on registered content listeners because they are supposed to unregister themselves when they go away.

Friends

class nsDocumentOpenInfo

Constructor & Destructor Documentation

NS_DECL_NSIURILOADER NS_DECL_ISUPPORTS nsURILoader::nsURILoader (  ) 
nsURILoader::~nsURILoader (  ) 

Member Function Documentation

nsresult nsURILoader::OpenChannel ( nsIChannel channel,
PRUint32  aFlags,
nsIInterfaceRequestor aWindowContext,
PRBool  aChannelOpen,
nsIStreamListener **  aListener 
) [protected]

Equivalent to nsIURILoader::openChannel, but allows specifying whether the channel is opened already.


Friends And Related Function Documentation

friend class nsDocumentOpenInfo [friend]

Member Data Documentation

we shouldn't need to have an owning ref count on registered content listeners because they are supposed to unregister themselves when they go away.

This array stores weak references


The documentation for this class was generated from the following file: