API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
classXmlAsset
@codexo/exojs / assets / stable
Dispatch token for XML document loading. `loader.load(Asset.type('xml', '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(Asset.type('xml', 'data.xml'))` returns `Promise<Document>`. Throws if the file cannot be parsed as well-formed XML.
Constructors1
new(): XmlAssetSource