Index
Source file
nsIDOMXMLDocument
Methods
load(url)
Load an XML document.
Parameters
url
URL to an XML document.
Returns
True if load successfull.
Attributes
async
Whether to load synchronously or asynchronously.
The default is async==true.