Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 6282078ae76a671f49c6af38c67b1a07 > files > 1530

kdelibs-devel-2.2.2-49.2mdk.i586.rpm

<HTML>
<HEAD>
<TITLE>class HTMLUListElement</TITLE>

<META NAME="Generator" CONTENT="KDOC ">
</HEAD>
<BODY bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#000099" alink= "#ffffff">
<TABLE WIDTH="100%" BORDER="0">
<TR>
<TD>
	<TABLE BORDER="0">
		<TR><TD valign="top" align="left" cellspacing="10">
		<h1>class HTMLUListElement</h1>
		</TD>
		<TD valign="top" align="right" colspan="1">
 Unordered list. <small><A HREF="#longdesc">More...</A></small></TD></TR>
	</TABLE>
	<HR>
	<TABLE BORDER="0">
		<TR><TH>Full name</TH><TD><code><A HREF="DOM.html">DOM</A>::HTMLUListElement</code></TD></TR>
<TR><TH>Definition</TH><TD><code>#include &lt;<A HREF="html__list_h.html">html_list.h</A>&gt;</code></TD></TR>
<TR><TH>Inherits</TH><TD><A HREF="DOM__HTMLElement.html">DOM::HTMLElement</A> <small>[public ]</small></TD></TR>
<TR><TH><A HREF="full-list-DOM__HTMLUListElement.html">List of all Methods</A></TH></TR>
	</TABLE>
	</TD>
<TD align="right"><TABLE BORDER="0"><TR><TD><small><A HREF="index-long.html">Annotated List</A></small></TD></TR>
<TR><TD><small><A HREF="header-list.html">Files</A></small></TD></TR>
<TR><TD><small><A HREF="all-globals.html">Globals</A></small></TD></TR>
<TR><TD><small><A HREF="hier.html">Hierarchy</A></small></TD></TR>
<TR><TD><small><A HREF="index.html">Index</A></small></TD></TR>
</TABLE></TD></TR></TABLE>
<h4>Public Methods</h4><ul><LI>&nbsp;<b><A HREF="#ref1">HTMLUListElement</A></b> () 
</LI>
<LI>&nbsp;<b><A HREF="#ref2">HTMLUListElement</A></b> (const HTMLUListElement &other) 
</LI>
<LI>&nbsp;<b><A HREF="#ref3">HTMLUListElement</A></b> (const Node &other) 
</LI>
<LI>HTMLUListElement & &nbsp;<b><A HREF="#ref5">operator = </A></b> (const HTMLUListElement &other) 
</LI>
<LI>HTMLUListElement & &nbsp;<b><A HREF="#ref6">operator = </A></b> (const Node &other) 
</LI>
<LI>&nbsp;<b><A HREF="#ref7">~HTMLUListElement</A></b> () 
</LI>
<LI>bool &nbsp;<b><A HREF="#ref8">compact</A></b> ()  const
</LI>
<LI>void &nbsp;<b><A HREF="#ref9">setCompact</A></b> ( bool ) 
</LI>
<LI>DOMString &nbsp;<b><A HREF="#ref10">type</A></b> ()  const
</LI>
<LI>void &nbsp;<b><A HREF="#ref11">setType</A></b> ( const DOMString & ) 
</LI>
</ul><h4>Protected Methods</h4><ul><LI>&nbsp;<b><A HREF="#ref4">HTMLUListElement</A></b> (HTMLUListElementImpl *impl) 
</LI>
</ul><HR><H2><A NAME="longdesc">Detailed Description</A></H2><p>
 Unordered list. See the <a
 href="http://www.w3.org/TR/REC-html40/struct/lists.html#edef-UL">
 UL element definition </a> in HTML 4.0.
</p>
<p> </p>
<A NAME="HTMLUListElement"></A><A NAME="ref1"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>HTMLUListElement</strong> ()
<br></td><td align="right"><h3><strong>HTMLUListElement</strong></h3></td></tr></table><p></p><A NAME="HTMLUListElement"></A><A NAME="ref2"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>HTMLUListElement</strong> (const HTMLUListElement &other)
<br></td><td align="right"><h3><strong>HTMLUListElement</strong></h3></td></tr></table><p></p><A NAME="HTMLUListElement"></A><A NAME="ref3"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>HTMLUListElement</strong> (const Node &other)
<br></td><td align="right"><h3><strong>HTMLUListElement</strong></h3></td></tr></table><p></p><A NAME="HTMLUListElement"></A><A NAME="ref4"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>HTMLUListElement</strong> (HTMLUListElementImpl *impl)
<br></td><td align="right"><h3><strong>HTMLUListElement</strong></h3></td></tr></table><p> <small>[protected]</small></p><A NAME="operator%20=%20"></A><A NAME="ref5"></A><table width="100%"><tr bgcolor="#eeeeee"><td>HTMLUListElement & &nbsp;<strong>operator = </strong> (const HTMLUListElement &other)
<br></td><td align="right"><h3><strong>operator = </strong></h3></td></tr></table><p></p><p>Reimplemented from <A HREF="DOM__HTMLElement.html#operator%20=%20">HTMLElement</A>.</p>
<A NAME="operator%20=%20"></A><A NAME="ref6"></A><table width="100%"><tr bgcolor="#eeeeee"><td>HTMLUListElement & &nbsp;<strong>operator = </strong> (const Node &other)
<br></td><td align="right"><h3><strong>operator = </strong></h3></td></tr></table><p></p><p>Reimplemented from <A HREF="DOM__HTMLElement.html#operator%20=%20">HTMLElement</A>.</p>
<A NAME="~HTMLUListElement"></A><A NAME="ref7"></A><table width="100%"><tr bgcolor="#eeeeee"><td>&nbsp;<strong>~HTMLUListElement</strong> ()
<br></td><td align="right"><h3><strong>~HTMLUListElement</strong></h3></td></tr></table><p></p><A NAME="compact"></A><A NAME="ref8"></A><table width="100%"><tr bgcolor="#eeeeee"><td>bool &nbsp;<strong>compact</strong> ()
<br></td><td align="right"><h3><strong>compact</strong></h3></td></tr></table><p> <small>[const]</small></p><p>
 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.
</p>
<p>     </p>
<A NAME="setCompact"></A><A NAME="ref9"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>setCompact</strong> ( bool )
<br></td><td align="right"><h3><strong>setCompact</strong></h3></td></tr></table><p></p><p>
 see <A HREF="DOM__HTMLUListElement.html#compact">compact</A>
     </p>
<A NAME="type"></A><A NAME="ref10"></A><table width="100%"><tr bgcolor="#eeeeee"><td>DOMString &nbsp;<strong>type</strong> ()
<br></td><td align="right"><h3><strong>type</strong></h3></td></tr></table><p> <small>[const]</small></p><p>
 Bullet style. See the <a
 href="http://www.w3.org/TR/REC-html40/struct/lists.html#adef-type-UL">
 type attribute definition </a> in HTML 4.0. This attribute is
 deprecated in HTML 4.0.
</p>
<p>     </p>
<A NAME="setType"></A><A NAME="ref11"></A><table width="100%"><tr bgcolor="#eeeeee"><td>void &nbsp;<strong>setType</strong> ( const DOMString & )
<br></td><td align="right"><h3><strong>setType</strong></h3></td></tr></table><p></p><p>
 see <A HREF="DOM__HTMLUListElement.html#type">type</A>
     </p>
<HR>
	<table>
	<tr><td><small>Generated by: qateam on updates.mandrakesoft.com on Mon Dec 30 16:09:31 2002, using kdoc 2.0a53.</small></td></tr>
	</table>
</BODY>
</HTML>