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.
-
getType()
- List item bullet style.
-
getValue()
- Reset sequence number when used in OL See the value attribute definition in HTML 4.0.
-
setType(String)
-
-
setValue(int)
-
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.
setType
public abstract void setType(String type)
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.
setValue
public abstract void setValue(int value)
All Packages Class Hierarchy This Package Previous Next Index