W3cubDocs

/Web APIs

DOMParser: DOMParser() constructor

The DOMParser() constructor creates a new DOMParser object. This object can be used to parse the text of a document using the parseFromString() method.

Syntax

js

new DOMParser()

Parameters

None.

Return value

A new DOMParser object. This object can be used to parse the text of a document using the parseFromString() method.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
DOMParser 1 12 1 9 8 1.3 4.4 18 4 10.1 1 1.0

© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/DOMParser