#import <DOM/Document.idl>
interface DOMParser {
constructor();
// FIXME: "type" should use the DOMParserSupportedType enum.
Document parseFromString(DOMString string, DOMString type);
};