API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

C

classXmlAsset

@codexo/exojs / resources / stable

Dispatch token for XML document loading. `loader.load(XmlAsset, 'data.xml')` returns `Promise<Document>`. Throws if the file cannot be parsed as well-formed XML.

0
props
0
methods
0
events
Import
import { XmlAsset } from '@codexo/exojs'

Dispatch token for XML document loading.

`loader.load(XmlAsset, 'data.xml')` returns `Promise\<Document>`. Throws if the file cannot be parsed as well-formed XML.

Constructors 1
new(): XmlAsset
Source