Package com.jniwrapper.win32.ie.dom

Contains classes for accessing browser Document Object Model (DOM).

See:
          Description

Interface Summary
CheckControl This interface represents checkbox element or radio button element.
EventObjectFactory This class is used for setting properties of event that fired on DOM element.
FormControl This interface represents form control (text field, checkbox).
HTMLDocument This class represents HTML document.
HTMLElement This class represents element in the HTML document.
HTMLForm This interface represents HTML form.
HTMLMouseEvent The HTMLMouseEvent interface provides specific contextual information associated with Mouse events.
HTMLNode The HTMLNode interface is the primary datatype for the entire Document Object Model.
OptionElement This interface represents option of select element.
SelectElement This interface represents select element.
Table This interface represents HTML table element.
TableCell This object represents table cell element.
TableRow This interface represents the table row element.
TextControl This class represents form element that contains text: text or password input, text area.
WrappedObject This class represents object which methods are executed in OLE message loop.
 

Class Summary
BorderStyle This interface represents style of element border.
Cookie This class represents cookie.
DocumentFragmentImpl DocumentFragmentImpl is a "lightweight" or "minimal" Document object.
DomFactory This class creates objects that provide access to DOM structure of HTML document and implement org.w3c.dom interfaces by IDispatch pointers to native peers.
DomRobot Deprecated. use HTMLElement, HTMLDocument instead.
ElementBorder This class represents element border.
ElementTypes This class is helper for resolving element types.
EventObject This object represent event from DOM element.
FontSize This enumeration represents document font size.
FormControlImpl  
HTMLCollectionImpl  
HtmlColor  
HTMLDialog Represents an instance of HTML dialog and provides access to its information.
TableCellImpl An implementation of TableCell interface that represents HTML table cell element.
TableImpl An implementation of Table interface that represents HTML table element.
TableRowImpl An implementation of TableRow interface that represents HTML table row element.
 

Package com.jniwrapper.win32.ie.dom Description

Contains classes for accessing browser Document Object Model (DOM).