All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.dom.html.HTMLLIElement

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


Method Index

 o getType()
List item bullet style.
 o getValue()
Reset sequence number when used in OL See the value attribute definition in HTML 4.0.
 o setType(String)
 o setValue(int)

Methods

 o getType
 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.

 o setType
 public abstract void setType(String type)
 o getValue
 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.

 o setValue
 public abstract void setValue(int value)

All Packages  Class Hierarchy  This Package  Previous  Next  Index