ImplementationLS - createDOMParser
Specification
function createDOMParser
(Self : in DOMImplementationLS)
return DOMParser;
Description
Create a new DOMParser.
The newly constructed parser may then be configured by means of its setFeature method, and used to parse documents by means of its parse method.
Parameters
No parameters.
Return value
The newly created DOMParser object. The DOMParser is synchronous.
Exceptions
This method raises no exceptions.
Standard
Introduced in DOM Level 3 Load and Save.
Fetch
createDOMParser
createDOMSerializer
e-Mail: denny@nodix.de
|