模块 jdk.xml.dom

接口 HTMLLIElement

所有父级接口:
Element , HTMLElement , Node

public interface HTMLLIElement extends HTMLElement
项目清单。请参阅 HTML 4.0 中的 LI 元素定义。

另见 文档对象模型 (DOM) 级别 2 规范

自从:
1.4、DOM Level 2
  • 方法详情

    • getType

      String  getType()
      列表项项目符号样式。请参阅 HTML 4.0 中的类型属性定义。此属性在 HTML 4.0 中已弃用。
    • setType

      void setType(String  type)
    • getValue

      int getValue()
      OL 中使用时重置序列号。请参阅 HTML 4.0 中的值属性定义。此属性在 HTML 4.0 中已弃用。
    • setValue

      void setValue(int value)