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

Detailed Description
List item.See the LI element definition in HTML 4.0.
Definition at line 131 of file html_list.h.
Public Member Functions | |
HTMLLIElement () | |
HTMLLIElement (const HTMLLIElement &other) | |
HTMLLIElement (const Node &other) | |
HTMLLIElement & | operator= (const HTMLLIElement &other) |
HTMLLIElement & | operator= (const Node &other) |
~HTMLLIElement () | |
DOMString | type () const |
void | setType (const DOMString &) |
long | value () const |
void | setValue (long) |
Protected Member Functions | |
HTMLLIElement (HTMLLIElementImpl *impl) |
Member Function Documentation
DOMString HTMLLIElement::type | ( | ) | const |
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.
void HTMLLIElement::setType | ( | const DOMString & | ) |
long HTMLLIElement::value | ( | ) | const |
Reset sequence number when used in OL
See the value attribute definition in HTML 4.0.
This attribute is deprecated in HTML 4.0.
Definition at line 163 of file html_list.cpp.
void HTMLLIElement::setValue | ( | long | ) |
The documentation for this class was generated from the following files: