Jiffie: Java InterFace For Internet Explorer

net.sf.jiffie
Class IHTMLDOMTextNode

Package class diagram package IHTMLDOMTextNode
java.lang.Object
  extended by net.sf.jiffie.IDispatch
      extended by net.sf.jiffie.BrowserDispatch
          extended by net.sf.jiffie.IHTMLDOMNode
              extended by net.sf.jiffie.IHTMLDOMTextNode
All Implemented Interfaces:
java.lang.Cloneable, Releaseable

public class IHTMLDOMTextNode
extends IHTMLDOMNode

Implementation of the IHTMLDOMTextNode interface.

See Also:
org.w3c.dom.Text

Field Summary
static java.lang.String IID
           
 
Constructor Summary
IHTMLDOMTextNode(InternetExplorer parentBrowser, Dispatch dispatch)
          Constructor.
 
Method Summary
 java.lang.String getData()
          Get the text included in the text node, including all white space.
 
Methods inherited from class net.sf.jiffie.IHTMLDOMNode
appendChild, createNodeFromProperty, getAttributes, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling
 
Methods inherited from class net.sf.jiffie.BrowserDispatch
getElementProperty, getParentBrowser
 
Methods inherited from class net.sf.jiffie.IDispatch
call, call, call, call, call, clone, finalize, getBooleanProperty, getDispatch, getDispatchProperty, getIntegerProperty, getStringProperty, getVariantProperty, isReleased, newDispatch, queryInterface, release, setBooleanProperty, setIntegerProperty, setStringProperty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IID

public static final java.lang.String IID
See Also:
Constant Field Values
Constructor Detail

IHTMLDOMTextNode

public IHTMLDOMTextNode(InternetExplorer parentBrowser,
                        Dispatch dispatch)
Constructor.

Parameters:
parentBrowser - parent browser
dispatch - Jacob dispatch interface
Method Detail

getData

public java.lang.String getData()
Get the text included in the text node, including all white space.

Returns:
text.
See Also:
org.w3c.dom.CharacterData#getData()


Copyright © 2004-2009 Packwood Software. All Rights Reserved.