org.w3c.dom.html2

Interface HTMLLIElement

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
StringgetType()
List item bullet style.
intgetValue()
Reset sequence number when used in OL.
voidsetType(String type)
List item bullet style.
voidsetValue(int value)
Reset sequence number when used in OL.

Method Detail

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.