Method of apis/xhr/events/loadapis/xhr/events/load
Syntaxvar object = object.parseFromString(xmlSource, mimeType);
Parameters xmlSource
A string that contains serialized XML source code.
mimeTypeA string that identifies one of the following mime types for the source.
Return ValueReturns an object of type DOM NodeDOM Node
IHTMLDocument2
A document object that represents the DOM tree of the XML source.
ExamplesTo use the parseFromString method, type the following syntax.
oParser = new DOMParser();
oDocument = oParser.parseFromString(xmlSource, mimeType);
See also Related pages
Microsoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4