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.
@mozilla.org/browser/tagging-service;1
This component implements the following interfaces:
Properties
readonly nsIVariant nsITaggingService.allTags
Retrieves all tags used to tag URIs in the data-base (sorted by name).
Methods
| Interface | Method |
|---|---|
| nsITaggingService |
void getTagsForURI ( nsIURI URI , out PRUint32 length , out arrayof PRUnichar* tags )
|
| nsITaggingService |
nsIVariant getURIsForTag ( AString tag )
|
| nsIObserver |
void observe ( nsISupports subject , char* topic , PRUnichar* data )
|
| nsITaggingService |
void tagURI ( nsIURI URI , nsIVariant tags )
|
| nsITaggingService |
void untagURI ( nsIURI URI , nsIVariant tags )
|
Reference documentation is generated from Mozilla's source.
