Examples of nsIDOMHTMLImageElement


Examples of org.mozilla.interfaces.nsIDOMHTMLImageElement

    * @param   node   the node to convert.
    * @return   the node as an image element.
    * @exception   XPCOMException   if the node is not an image.
    */
   public static nsIDOMHTMLImageElement asImage(nsIDOMNode node) {
      nsIDOMHTMLImageElement image = (nsIDOMHTMLImageElement) node.queryInterface(nsIDOMHTMLImageElement.NS_IDOMHTMLIMAGEELEMENT_IID);
      return image;
      }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.