Liking cljdoc? Tell your friends :D
ClojureScript only.

web.DOMParser

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`.
raw docstring

constructorcljs

(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`
sourceraw docstring

stringcljs

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close