DOM::HTMLLIElement Class Reference
List item. More...
#include <html_list.h>
Inheritance diagram for DOM::HTMLLIElement:


| Public Member Functions | |
| HTMLLIElement (const HTMLLIElement &other) | |
| HTMLLIElement (const Node &other) | |
| HTMLLIElement & | operator= (const HTMLLIElement &other) | 
| HTMLLIElement & | operator= (const Node &other) | 
| DOMString | type () const | 
| void | setType (const DOMString &) | 
| long | value () const | 
| void | setValue (long) | 
| Protected Member Functions | |
| HTMLLIElement (HTMLLIElementImpl *impl) | |
Detailed Description
List item.See the LI element definition in HTML 4.0.
Definition at line 130 of file html_list.h.
Member Function Documentation
| 
 | 
| List item bullet style. See the type attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. Definition at line 152 of file html_list.cpp. | 
| 
 | 
| see type 
 Definition at line 158 of file html_list.cpp. | 
| 
 | 
| 
Reset sequence number when used in  This attribute is deprecated in HTML 4.0. Definition at line 163 of file html_list.cpp. Referenced by setValue(). | 
| 
 | 
| see value 
 Definition at line 169 of file html_list.cpp. References value(). | 
The documentation for this class was generated from the following files:

