A utility class that unescapes HTML strings.
[scriptable, uuid(3ab244a9-f09d-44da-9e3f-ee4d67367f2d)]
interface nsIScriptableUnescapeHTML : nsISupports

Methods

 Appends the text to the element.
nsIDOMDocumentFragment parseFragment(in AString fragment, in PRBool isXML, in nsIURI baseURI, in nsIDOMElement element)
 
 Converts all entities to Unicode.

 @param src The HTML string to escape.
AString unescape(in AString src)