org.kde.koala

Class HTMLDirectoryElement

public class HTMLDirectoryElement extends HTMLElement

Directory list. See the DIR element definition in HTML 4.0. This element is deprecated in HTML 4.0.

UNKNOWN: Directory list.

Constructor Summary
protected HTMLDirectoryElement(Class dummy)
HTMLDirectoryElement()
HTMLDirectoryElement(HTMLDirectoryElement other)
HTMLDirectoryElement(Node other)
Method Summary
booleancompact()
Reduce spacing between list items.
voidsetCompact(boolean arg1)
see compact

Constructor Detail

HTMLDirectoryElement

protected HTMLDirectoryElement(Class dummy)

HTMLDirectoryElement

public HTMLDirectoryElement()

HTMLDirectoryElement

public HTMLDirectoryElement(HTMLDirectoryElement other)

HTMLDirectoryElement

public HTMLDirectoryElement(Node other)

Method Detail

compact

public boolean compact()
Reduce spacing between list items. See the compact attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: Reduce spacing between list items.

setCompact

public void setCompact(boolean arg1)
see compact

UNKNOWN: see compact