org.apache.html.dom
public class HTMLAppletElementImpl extends HTMLElementImpl implements HTMLAppletElement
Version: $Revision: 1.8 $ $Date: 2005/04/18 00:36:15 $
See Also: org.w3c.dom.html.HTMLAppletElement HTMLElementImpl
UNKNOWN:
Constructor Summary | |
---|---|
HTMLAppletElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
|
Method Summary | |
---|---|
String | getAlign() |
String | getAlt() |
String | getArchive() |
String | getCode() |
String | getCodeBase() |
String | getHeight() |
String | getHspace() |
String | getName() |
String | getObject() |
String | getVspace() |
String | getWidth() |
void | setAlign(String align) |
void | setAlt(String alt) |
void | setArchive(String archive) |
void | setCode(String code) |
void | setCodeBase(String codeBase) |
void | setHeight(String height) |
void | setHspace(String height) |
void | setName(String name) |
void | setObject(String object) |
void | setVspace(String vspace) |
void | setWidth(String width) |
Parameters: owner The owner HTML document