W3cubDocs

/Haxe JavaScript

XMLDocument

package js.html

extends DocumentNodeEventTarget

@:native("XMLDocument") 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:

Variables

async:Bool

Methods

load (url:String):Bool

Throws:

null DOMError

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