class Loader
smx. Loader
source: loader/Loader.js, line 19
The Loader class loads, parses, and transforms XML data from multiple sources.
The Loader can load data from valid XMLDocument sources, p.e. from an url, an XJSON oject or an XMLDocument object. The Loader can also load asyc and merge recursively new content from other valid sources, url or objects.
Reserved XML: <include>
Constructor
new Loader()
source: loader/Loader.js, line 19
Members
Methods
load(url)
- async
source: loader/Loader.js, line 46
Loads the resource for the given url.
Parameters
-
url
{String}
Events
complete () → {XMLDocument}
source: loader/Loader.js, line 332
Fired when loading completes sucessfully.