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.

nsIHistoryEntry

IID:A41661D4-1417-11D5-9882-00C04FA02F40
Inherits From:nsISupports

This interface is implemented by the following components:


Properties

readonly PRBool isSubFrame

A readonly property that returns a boolean flag which indicates if the entry was created as a result of a subframe navigation. This flag will be 'false' when a frameset page is visited for the first time. This flag will be 'true' for all history entries created as a result of a subframe navigation.

readonly PRUnichar* title

A readonly property that returns the title of the current entry. The object returned is a encoded string

readonly nsIURI URI

A readonly property that returns the URI of the current entry. The object returned is of type nsIURI


References

This interface is returned from the following methods:

nsISHistory.getEntryAtIndex

Reference documentation is generated from Mozilla's source.