W3cubDocs

/Haxe JavaScript

XMLDocument

package js.html

extends DocumentNodeEventTarget

Available on js

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

Documentation XMLDocument by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

async:Bool

Methods

load(url:String):Bool

Loads an XML document.

Throws:

null

DOMError

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/XMLDocument.html