NAME
Mozilla::DOM::DocumentRange
Mozilla::DOM::DocumentRange is a wrapper around an instance of Mozilla's nsIDOMDocumentRange interface. This class inherits from Supports.
* The nsIDOMDocumentRange interface is an interface to a document
* object that supports ranges in the Document Object Model.
*
* For more information on this interface please see
* http://www.w3.org/TR/DOM-Level-2-Traversal-Range/
*
* @status FROZEN
CLASS METHODS
$iid = Mozilla::DOM::DocumentRange->GetIID()
Pass this to QueryInterface.
METHODS
$range = $documentrange->CreateRange()
SEE ALSO
COPYRIGHT
Copyright (C) 2005-2007, Scott Lanning
This software is licensed under the LGPL. See Mozilla::DOM for a full notice.