The DOMParser interface provides the ability to parse XML or
source code from a string into a DOM web.Document
.
The DOMParser interface provides the ability to parse XML or source code from a string into a DOM `web.Document`.
(constructor & args)
Constructor.
The DOMParser() constructor creates a new DOMParser object.
None.
See also: https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/DOMParser
Constructor. The DOMParser() constructor creates a new DOMParser object. None. See also: `https://developer.mozilla.org/en-US/docs/Web/API/DOMParser/DOMParser`
(string this & args)
Method.
The DOMString to be parsed. It must contain either HTML, xml, or svg document.
Method. The DOMString to be parsed. It must contain either HTML, xml, or svg document.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close