KHTML
DOM::HTMLLIElement Class Reference
List item. More...
#include <html_list.h>
Inheritance diagram for DOM::HTMLLIElement:
Public Member Functions | |
HTMLLIElement (const Node &other) | |
HTMLLIElement (const HTMLLIElement &other) | |
HTMLLIElement () | |
HTMLLIElement & | operator= (const Node &other) |
HTMLLIElement & | operator= (const HTMLLIElement &other) |
void | setType (const DOMString &) |
void | setValue (long) |
DOMString | type () const |
long | value () const |
~HTMLLIElement () | |
Protected Member Functions | |
HTMLLIElement (HTMLLIElementImpl *impl) |
Detailed Description
List item.See the LI element definition in HTML 4.0.
Definition at line 131 of file html_list.h.
Constructor & Destructor Documentation
HTMLLIElement::HTMLLIElement | ( | ) |
Definition at line 124 of file html_list.cpp.
HTMLLIElement::HTMLLIElement | ( | const HTMLLIElement & | other | ) |
Definition at line 128 of file html_list.cpp.
DOM::HTMLLIElement::HTMLLIElement | ( | const Node & | other | ) | [inline] |
Definition at line 136 of file html_list.h.
HTMLLIElement::HTMLLIElement | ( | HTMLLIElementImpl * | impl | ) | [protected] |
Definition at line 132 of file html_list.cpp.
HTMLLIElement::~HTMLLIElement | ( | ) |
Definition at line 148 of file html_list.cpp.
Member Function Documentation
HTMLLIElement & HTMLLIElement::operator= | ( | const Node & | other | ) |
HTMLLIElement & HTMLLIElement::operator= | ( | const HTMLLIElement & | other | ) |
Definition at line 142 of file html_list.cpp.
void HTMLLIElement::setType | ( | const DOMString & | value | ) |
void HTMLLIElement::setValue | ( | long | _value | ) |
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.
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.
The documentation for this class was generated from the following files: