class HTMLDListElement
|
Definition list. More... |
|
|
Public Methods
- HTMLDListElement ()
- HTMLDListElement (const HTMLDListElement &other)
- HTMLDListElement (const Node &other) : HTMLElement()
- HTMLDListElement & operator = (const HTMLDListElement &other)
- HTMLDListElement & operator = (const Node &other)
- ~ HTMLDListElement ()
- bool compact () const
- void setCompact ( bool )
Protected Methods
- HTMLDListElement (HTMLDListElementImpl *impl)
Detailed Description
Definition list. See the <a
href="http://www.w3.org/TR/REC-html40/struct/lists.html#edef-DL">
DL element definition </a> in HTML 4.0.
[const]
Reduce spacing between list items. See the <a
href="http://www.w3.org/TR/REC-html40/struct/lists.html#adef-compact">
compact attribute definition </a> in HTML 4.0. This attribute
is deprecated in HTML 4.0.
see compact
| Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35. |