org.apache.html.dom
public class HTMLObjectElementImpl extends HTMLElementImpl implements HTMLObjectElement, HTMLFormControl
Version: $Revision: 1.11 $ $Date: 2005/04/18 01:09:10 $
See Also: org.w3c.dom.html.HTMLObjectElement org.apache.xerces.dom.ElementImpl
UNKNOWN:
| Constructor Summary | |
|---|---|
| HTMLObjectElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
| |
| Method Summary | |
|---|---|
| String | getAlign() |
| String | getArchive() |
| String | getBorder() |
| String | getCode() |
| String | getCodeBase() |
| String | getCodeType() |
| String | getData() |
| boolean | getDeclare() |
| String | getHeight() |
| String | getHspace() |
| String | getName() |
| String | getStandby() |
| int | getTabIndex() |
| String | getType() |
| String | getUseMap() |
| String | getVspace() |
| String | getWidth() |
| void | setAlign(String align) |
| void | setArchive(String archive) |
| void | setBorder(String border) |
| void | setCode(String code) |
| void | setCodeBase(String codeBase) |
| void | setCodeType(String codeType) |
| void | setData(String data) |
| void | setDeclare(boolean declare) |
| void | setHeight(String height) |
| void | setHspace(String hspace) |
| void | setName(String name) |
| void | setStandby(String standby) |
| void | setTabIndex(int tabIndex) |
| void | setType(String type) |
| void | setUseMap(String useMap) |
| void | setVspace(String vspace) |
| void | setWidth(String width) |
Parameters: owner The owner HTML document