org.w3c.dom.html2

Interface HTMLLIElement

All Superinterfaces:
Element, HTMLElement
Known Implementing Classes:
HTMLLIElementImpl

public interface HTMLLIElement
extends HTMLElement

List item. See the LI element definition in HTML 4.01.

See also the Document Object Model (DOM) Level 2 HTML Specification.

Method Summary

String
getType()
List item bullet style.
int
getValue()
Reset sequence number when used in OL.
void
setType(String type)
List item bullet style.
void
setValue(int value)
Reset sequence number when used in OL.

Methods inherited from interface org.w3c.dom.html2.HTMLElement

getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle

Method Details

getType

public String getType()
List item bullet style. See the type attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

getValue

public int getValue()
Reset sequence number when used in OL. See the value attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

setType

public void setType(String type)
List item bullet style. See the type attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

setValue

public void setValue(int value)
Reset sequence number when used in OL. See the value attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.