Liking cljdoc? Tell your friends :D

xml.XMLDocument

The XMLDocument interface represents an XML document. It inherits the generic web.Document and does not add any specific methods properties to it: nevertheless, several algorithms behave differently the two types of documents.

The XMLDocument interface represents an XML document. It inherits
the generic `web.Document` and does not add any specific methods
properties to it: nevertheless, several algorithms behave differently
the two types of documents.
raw docstring

xml.XMLHttpRequest

Use XMLHttpRequest (XHR) objects to interact with servers. You retrieve data from a URL without having to do a full page refresh. enables a Web page to update just part of a page without disrupting the user is doing.

Use XMLHttpRequest (XHR) objects to interact with servers. You
retrieve data from a URL without having to do a full page refresh.
enables a Web page to update just part of a page without disrupting
the user is doing.
raw docstring

xml.XMLHttpRequestEventTarget

XMLHttpRequestEventTarget is the interface that describes the handlers you can implement in an object that will handle events an xml.XMLHttpRequest.

XMLHttpRequestEventTarget is the interface that describes the
handlers you can implement in an object that will handle events
an `xml.XMLHttpRequest`.
raw docstring

xml.XMLSerializer

The XMLSerializer interface provides the web.serializeToString() to construct an XML string representing a DOM tree.

The XMLSerializer interface provides the `web.serializeToString()`
to construct an XML string representing a DOM tree.
raw docstring

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

× close