Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface HTMLLIElement
extends HTMLElement
See also the Document Object Model (DOM) Level 2 HTML Specification.
Method Summary | |
String |
|
int |
|
void |
|
void |
|
Methods inherited from interface org.w3c.dom.Element | |
getAttribute , getAttributeNS , getAttributeNode , getAttributeNodeNS , getElementsByTagName , getElementsByTagNameNS , getSchemaTypeInfo , getTagName , hasAttribute , hasAttributeNS , removeAttribute , removeAttributeNS , removeAttributeNode , setAttribute , setAttributeNS , setAttributeNode , setAttributeNodeNS , setIdAttribute , setIdAttributeNS , setIdAttributeNode |
Methods inherited from interface org.w3c.dom.html2.HTMLElement | |
getClassName , getDir , getId , getLang , getTitle , setClassName , setDir , setId , setLang , setTitle |
public String getType()
List item bullet style. See the type attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
public int getValue()
Reset sequence number when used inOL
. See the value attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
public 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.
public void setValue(int value)
Reset sequence number when used inOL
. See the value attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.