class HTMLLIElement
|
List item. More... |
|
|
Public Methods
Protected Methods
List item. See the <a
href="http://www.w3.org/TR/REC-html40/struct/lists.html#edef-LI">
LI element definition </a> in HTML 4.0.
HTMLLIElement ()
| HTMLLIElement |
HTMLLIElement (const HTMLLIElement &other)
| HTMLLIElement |
HTMLLIElement (const Node &other)
| HTMLLIElement |
HTMLLIElement (HTMLLIElementImpl *impl)
| HTMLLIElement |
[protected]
HTMLLIElement & operator = (const HTMLLIElement &other)
| operator = |
Reimplemented from HTMLElement.
HTMLLIElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
~HTMLLIElement ()
| ~HTMLLIElement |
[const]
List item bullet style. See the <a
href="http://www.w3.org/TR/REC-html40/struct/lists.html#adef-type-LI">
type attribute definition </a> in HTML 4.0. This attribute is
deprecated in HTML 4.0.
void setType ( const DOMString & )
| setType |
see type
[const]
Reset sequence number when used in <code> OL </code> See the <a
href="http://www.w3.org/TR/REC-html40/struct/lists.html#adef-value-LI">
value attribute definition </a> in HTML 4.0. This attribute is
deprecated in HTML 4.0.
void setValue ( long )
| setValue |
see value
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |