org.w3c.dom.html

Interface HTMLLIElement

public interface HTMLLIElement extends HTMLElement

List item. See the LI element definition in HTML 4.0.
Method Summary
StringgetType()
List item bullet style.
intgetValue()
Reset sequence number when used in OL See the value attribute definition in HTML 4.0.
voidsetType(String type)
voidsetValue(int value)

Method Detail

getType

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

getValue

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

setType

public void setType(String type)

setValue

public void setValue(int value)