Implemented by
The nsIDOMParserJS interface provides a scriptable way of calling init(). Do NOT use this interface from languages other than JavaScript.
[scriptable, uuid(ba6bcd6c-63d8-49b3-bc8a-1e5e895645bc)]
interface nsIDOMParserJS : nsISupports
Methods
Just like nsIDOMParser.init, but callable from JS.
void
init(in nsIPrincipal principal, in nsIURI documentURI, in nsIURI baseURI)
Compare to: