org.apache.html.dom
public class HTMLLIElementImpl extends HTMLElementImpl implements HTMLLIElement
Version: $Revision: 1.9 $ $Date: 2005/04/18 01:04:17 $
See Also: org.w3c.dom.html.HTMLLIElement org.apache.xerces.dom.ElementImpl
| Constructor Summary | |
|---|---|
| HTMLLIElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
| |
| Method Summary | |
|---|---|
| String | getType() |
| int | getValue() |
| void | setType(String type) |
| void | setValue(int value) |
Parameters: owner The owner HTML document