Generated by
JDiff

Interface com.jniwrapper.win32.ie.dom.HTMLElement

Removed interface org.w3c.dom.Element.
Added interface org.w3c.dom.html.HTMLElement.

Removed Methods
Dimension getSize() Returns element size.
 

Added Methods
String getClassName() Sets the class attribute of the element.
String getDir() Specifies the base direction of directionally neutral text and the directionality of tables.
Dimension getElementSize() Returns element size.
String getId() Returns the element's identifier.
String getLang() Returns Language code defined in RFC 1766.
String getTitle() Returns the element's advisory title.
void setClassName(String) Returns the class attribute of the element.
void setDir(String) Specifies the base direction of directionally neutral text and the directionality of tables.
void setId(String) Sets the element's identifier.
void setLang(String) Sets Language code defined in RFC 1766.
void setTitle(String) Sets the element's advisory title.