Module org.htmlunit

Class HTMLLIElement

java.lang.Object
org.htmlunit.corejs.javascript.SlotMapOwner<org.htmlunit.corejs.javascript.Scriptable>
All Implemented Interfaces:
Serializable, Cloneable, org.htmlunit.corejs.javascript.ConstProperties<org.htmlunit.corejs.javascript.Scriptable>, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.PropHolder<org.htmlunit.corejs.javascript.Scriptable>, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

public class HTMLLIElement extends HTMLElement
The JavaScript object HTMLLIElement.
Author:
Ahmed Ashour, Ronald Brill
See Also:
  • Constructor Details

    • HTMLLIElement

      public HTMLLIElement()
  • Method Details

    • jsConstructor

      public void jsConstructor()
      JavaScript constructor.
      Overrides:
      jsConstructor in class HTMLElement
    • getType

      public String getType()
      Returns the value of the type property.
      Returns:
      the value of the type property
    • setType

      public void setType(String type)
      Sets the value of the type property.
      Parameters:
      type - the value of the type property