Linux Mac OSX Windows

Implemented by


  
[scriptable, uuid(d14c7111-55e0-11d3-91d9-00105aa3f7dc)]
interface nsIEntityConverter : nsISupports

Constants


        
const unsigned long entityNone = 0

        
const unsigned long html40Latin1 = 1

        
const unsigned long html40Symbols = 2

        
const unsigned long html40Special = 4

        
const unsigned long transliterate = 8

        
const unsigned long mathml20 = 16

        
const unsigned long html32 = 1

        
const unsigned long html40 = 7

        
const unsigned long entityW3C = 23

Methods


        
wstring ConvertToEntities(in wstring inString, in unsigned long entityVersion)

        
string ConvertToEntity(in wchar character, in unsigned long entityVersion)

        
string ConvertUTF32ToEntity(in unsigned long character, in unsigned long entityVersion)