WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIDOMXMLDocument

IID:8816d003-e7c8-4065-8827-829b8d07b6e0
Inherits From:nsIDOMDocument

This interface is implemented by the following components:


Properties

PRBool async

Whether to load synchronously or asynchronously. The default is async==true.


Methods

nsIDOMRange evaluateFIXptr ( DOMString expression ) nsIXPointerResult evaluateXPointer ( DOMString expression ) PRBool load ( DOMString url )

nsIDOMRange evaluateFIXptr ( DOMString expression )

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

Arguments:
expression: FIXptr string.
Returns:
The range object that results from evaluation

nsIXPointerResult evaluateXPointer ( DOMString expression )

Evaluate XPointer expression.

Arguments:
expression

PRBool load ( DOMString url )

Load an XML document.

Arguments:
url: URL to an XML document.
Returns:
True if load successfull.

Reference documentation is generated from Mozilla's source.

Copyright © 1999-2006 XULPlanet.com