Added GetDocumentURLGroup() method

This commit is contained in:
rpotts%netscape.com 1998-10-01 21:43:49 +00:00
Родитель 91c6367986
Коммит 32567e439c
2 изменённых файлов: 12 добавлений и 0 удалений

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

@ -68,6 +68,11 @@ public:
*/
virtual nsIURL* GetDocumentURL() const;
/**
* Return the URLGroup for the document. May return null.
*/
virtual nsIURLGroup* GetDocumentURLGroup() const;
/**
* Return a standard name for the document's character set. This will
* trigger a startDocumentLoad if necessary to answer the question.
@ -275,6 +280,7 @@ protected:
nsIArena* mArena;
nsString* mDocumentTitle;
nsIURL* mDocumentURL;
nsIURLGroup* mDocumentURLGroup;
nsCharSetID mCharacterSet;
nsIDocument* mParentDocument;
nsVoidArray mSubDocuments;

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

@ -68,6 +68,11 @@ public:
*/
virtual nsIURL* GetDocumentURL() const;
/**
* Return the URLGroup for the document. May return null.
*/
virtual nsIURLGroup* GetDocumentURLGroup() const;
/**
* Return a standard name for the document's character set. This will
* trigger a startDocumentLoad if necessary to answer the question.
@ -275,6 +280,7 @@ protected:
nsIArena* mArena;
nsString* mDocumentTitle;
nsIURL* mDocumentURL;
nsIURLGroup* mDocumentURLGroup;
nsCharSetID mCharacterSet;
nsIDocument* mParentDocument;
nsVoidArray mSubDocuments;