Examples of nsIDOMHTMLElement


Examples of org.mozilla.interfaces.nsIDOMHTMLElement

    * @param   node   the node to convert.
    * @return   the node as an HTML element.
    * @exception   XPCOMException   if the node is not an anchor.
    */
   public static nsIDOMHTMLElement asHTMLElement(nsIDOMNode node) {
      nsIDOMHTMLElement element = (nsIDOMHTMLElement) node.queryInterface(nsIDOMHTMLElement.NS_IDOMHTMLELEMENT_IID);
      return element;
      }
View Full Code Here

Examples of org.mozilla.interfaces.nsIDOMHTMLElement

    * Query the {@code nsIDOMHTMLElement} interface from the node.
    * @param   node   the node to convert.
    * @exception   XPCOMException   if the node is not an anchor.
    */
   public static nsIDOMHTMLElement asHTMLElement(nsIDOMNode node) {
      nsIDOMHTMLElement element = (nsIDOMHTMLElement) node.queryInterface(nsIDOMHTMLElement.NS_IDOMHTMLELEMENT_IID);
      return element;
      }
View Full Code Here

Examples of org.mozilla.interfaces.nsIDOMHTMLElement

    * Query the {@code nsIDOMHTMLElement} interface from the node.
    * @param   node   the node to convert.
    * @exception   XPCOMException   if the node is not an anchor.
    */
   public static nsIDOMHTMLElement asHTMLElement(nsIDOMNode node) {
      nsIDOMHTMLElement element = (nsIDOMHTMLElement) node.queryInterface(nsIDOMHTMLElement.NS_IDOMHTMLELEMENT_IID);
      return element;
      }
View Full Code Here

Examples of org.mozilla.interfaces.nsIDOMHTMLElement

    * @param   node   the node to convert.
    * @return   the node as an HTML element.
    * @exception   XPCOMException   if the node is not an anchor.
    */
   public static nsIDOMHTMLElement asHTMLElement(nsIDOMNode node) {
      nsIDOMHTMLElement element = (nsIDOMHTMLElement) node.queryInterface(nsIDOMHTMLElement.NS_IDOMHTMLELEMENT_IID);
      return element;
      }
View Full Code Here

Examples of org.mozilla.interfaces.nsIDOMHTMLElement

    * Query the {@code nsIDOMHTMLElement} interface from the node.
    * @param   node   the node to convert.
    * @exception   XPCOMException   if the node is not an anchor.
    */
   public static nsIDOMHTMLElement asHTMLElement(nsIDOMNode node) {
      nsIDOMHTMLElement element = (nsIDOMHTMLElement) node.queryInterface(nsIDOMHTMLElement.NS_IDOMHTMLELEMENT_IID);
      return element;
      }
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.