FileDocCategorySizeDatePackage
HTMLLIElement.javaAPI DocJava SE 5 API1307Fri Aug 26 14:58:40 BST 2005org.w3c.dom.html

HTMLLIElement

public interface HTMLLIElement implements HTMLElement
List item. See the LI element definition in HTML 4.0.

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

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetType()
List item bullet style. See the type attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

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

public voidsetType(java.lang.String type)

public voidsetValue(int value)