Examples of nsIDOMText


Examples of org.mozilla.interfaces.nsIDOMText

    * @return   the node as a text element.
    * @exception   XPCOMException   if the node is not a text node.
    * @see   #asPlainText(nsIDOMNode)
    */
   public static nsIDOMText asTextNode(nsIDOMNode node) {
      nsIDOMText text = (nsIDOMText) node.queryInterface(nsIDOMText.NS_IDOMTEXT_IID);
      return text;
      }
View Full Code Here

Examples of org.mozilla.interfaces.nsIDOMText

    * @param   node   the node to convert.
    * @exception   XPCOMException   if the node is not a text node.
    * @see   #asPlainText(nsIDOMNode)
    */
   public static nsIDOMText asTextNode(nsIDOMNode node) {
      nsIDOMText text = (nsIDOMText) node.queryInterface(nsIDOMText.NS_IDOMTEXT_IID);
      return text;
      }
View Full Code Here

Examples of org.mozilla.interfaces.nsIDOMText

    * @return   the node as a text element.
    * @exception   XPCOMException   if the node is not a text node.
    * @see   #asPlainText(nsIDOMNode)
    */
   public static nsIDOMText asTextNode(nsIDOMNode node) {
      nsIDOMText text = (nsIDOMText) node.queryInterface(nsIDOMText.NS_IDOMTEXT_IID);
      return text;
      }
View Full Code Here

Examples of org.mozilla.interfaces.nsIDOMText

    * @param   node   the node to convert.
    * @exception   XPCOMException   if the node is not a text node.
    * @see   #asPlainText(nsIDOMNode)
    */
   public static nsIDOMText asTextNode(nsIDOMNode node) {
      nsIDOMText text = (nsIDOMText) node.queryInterface(nsIDOMText.NS_IDOMTEXT_IID);
      return text;
      }
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.