Implemented by
[scriptable, uuid(8816d003-e7c8-4065-8827-829b8d07b6e0)]
interface nsIDOMXMLDocument : nsIDOMDocument
Attributes
Whether to load synchronously or asynchronously. The default is async==true.
attribute
boolean
async
Methods
Evaluate FIXptr expression. FIXptr is a W3C NOTE, see http://lists.w3.org/Archives/Public/www-xml-linking-comments/2001AprJun/att-0074/01-NOTE-FIXptr-20010425.htm @param expression FIXptr string. @return The range object that results from evaluation
nsIDOMRange
evaluateFIXptr(in DOMString expression)
Evaluate XPointer expression.
nsIXPointerResult
evaluateXPointer(in DOMString expression)
Load an XML document. @param url URL to an XML document. @return True if load successfull.
boolean
load(in DOMString url)
Compare to: