Save This Page
Home » openjdk-7 » org.w3c » dom » html » [javadoc | source]
org.w3c.dom.html
public interface: HTMLLIElement [javadoc | source]

All Implemented Interfaces:
    HTMLElement

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

See also the Document Object Model (DOM) Level 2 Specification.
Method from org.w3c.dom.html.HTMLLIElement Summary:
getType,   getValue,   setType,   setValue
Method from org.w3c.dom.html.HTMLLIElement Detail:
 public String getType()
    List item bullet style. See the type attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
 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.
 public  void setType(String type)
 public  void setValue(int value)