Uses of Interface
com.jniwrapper.win32.ie.dom.HTMLNode

Packages that use HTMLNode
com.jniwrapper.win32.ie.dom Contains classes for accessing browser Document Object Model (DOM). 
 

Uses of HTMLNode in com.jniwrapper.win32.ie.dom
 

Subinterfaces of HTMLNode in com.jniwrapper.win32.ie.dom
 interface HTMLElement
          This class represents element in the HTML document.
 interface OptionElement
          This interface represents option of select element.
 interface SelectElement
          This interface represents select element.
 interface Table
          This interface represents HTML table element.
 interface TableCell
          This object represents table cell element.
 interface TableRow
          This interface represents the table row element.
 

Classes in com.jniwrapper.win32.ie.dom that implement HTMLNode
 class DocumentFragmentImpl
          DocumentFragmentImpl is a "lightweight" or "minimal" Document object.
 class FormControlImpl
           
 class TableCellImpl
          An implementation of TableCell interface that represents HTML table cell element.
 class TableImpl
          An implementation of Table interface that represents HTML table element.
 class TableRowImpl
          An implementation of TableRow interface that represents HTML table row element.