Interface HTMLLIElement

All Superinterfaces:
Element, HTMLElement, Node
All Known Implementing Classes:
HTMLLIElementImpl

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

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

  • Method Details

    • getType

      String getType()
      List item bullet style. See the type attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
    • setType

      void setType(String type)
      List item bullet style. See the type attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
    • getValue

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

      void setValue(int value)
      Reset sequence number when used in OL. See the value attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.