khtml Library API Documentation

DOM::HTMLLIElement Class Reference

List item. More...

#include <html_list.h>

Inheritance diagram for DOM::HTMLLIElement:

DOM::HTMLElement DOM::Element DOM::Node List of all members.

Public Methods

 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 Methods

 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

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  
 

see type.

Definition at line 158 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.

Referenced by setValue().

void HTMLLIElement::setValue long   
 

see value.

Definition at line 169 of file html_list.cpp.

References QString::number(), and value().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for khtml Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sun May 16 22:06:41 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003