Linux Mac OSX Windows

Implemented by


  
[scriptable, uuid(8c0e6018-6a06-47f5-bfa1-2e051705c9de)]
interface nsIAtomService : nsISupports

Methods

 Version of NS_NewAtom that doesn't require linking against the
 XPCOM library.  See nsIAtom.idl.
nsIAtom getAtom(in wstring value)
 Get an atom with a utf8 string.
[noscript] nsIAtom getAtomUTF8(in string value)
 Version of NS_NewPermanentAtom that doesn't require linking against
 the XPCOM library.  See nsIAtom.idl.
nsIAtom getPermanentAtom(in wstring value)

        
[noscript] nsIAtom getPermanentAtomUTF8(in string value)