public interface

HTMLLIElement

implements HTMLElement
org.w3c.dom.html.HTMLLIElement

Class Overview

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

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

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract String getType()
List item bullet style.
abstract int getValue()
Reset sequence number when used in OL .
abstract void setType(String type)
abstract void setValue(int value)
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.html.HTMLElement

Public Methods

public abstract String getType ()

List item bullet style. See the type attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

public abstract 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.

public abstract void setType (String type)

public abstract void setValue (int value)