org.apache.html.dom
public class HTMLParamElementImpl extends HTMLElementImpl implements HTMLParamElement
Version: $Revision: 1.9 $ $Date: 2005/04/18 01:12:37 $
See Also: org.w3c.dom.html.HTMLParamElement org.apache.xerces.dom.ElementImpl
UNKNOWN:
| Constructor Summary | |
|---|---|
| HTMLParamElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
| |
| Method Summary | |
|---|---|
| String | getName() |
| String | getType() |
| String | getValue() |
| String | getValueType() |
| void | setName(String name) |
| void | setType(String type) |
| void | setValue(String value) |
| void | setValueType(String valueType) |
Parameters: owner The owner HTML document