Implemented by
[scriptable, uuid(9c1f50b9-f9eb-42d4-a8cb-2c7600aeb241)]
interface nsIAtomService : nsISupports
Methods
Version of NS_NewAtom that doesn't require linking against the XPCOM library. See nsIAtom.idl.
nsIAtom
getAtom(in AString 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 AString value)
[noscript]
nsIAtom
getPermanentAtomUTF8(in string value)
Compare to: