Fixing bug 265334. Adding API for embedders etc to listen to data fed to the parser from the network. r=darin@meer.net, sr=brendan@mozilla.org

This commit is contained in:
jst%mozilla.jstenback.com 2005-11-02 07:42:21 +00:00
Родитель 27699c43d7
Коммит c261cfa1a1
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -114,6 +114,7 @@ public:
NS_IMETHOD SetParser(nsIParser* aParser) { return NS_OK; }
virtual void FlushContent(PRBool aNotify) { }
NS_IMETHOD SetDocumentCharset(nsACString& aCharset) { return NS_OK; }
virtual nsISupports *GetTarget() { return nsnull; }
private:
nsRefPtr<txStylesheetCompiler> mCompiler;