org.kde.koala

Class HTMLLIElement

public class HTMLLIElement extends HTMLElement

List item. See the LI element definition in HTML 4.0.

UNKNOWN: List item.

Constructor Summary
protected HTMLLIElement(Class dummy)
HTMLLIElement()
HTMLLIElement(HTMLLIElement other)
HTMLLIElement(Node other)
Method Summary
voidsetType(String arg1)
see type
voidsetValue(long arg1)
see value
Stringtype()
List item bullet style.
longvalue()
Reset sequence number when used in OL See the value attribute definition in HTML 4.0.

Constructor Detail

HTMLLIElement

protected HTMLLIElement(Class dummy)

HTMLLIElement

public HTMLLIElement()

HTMLLIElement

public HTMLLIElement(HTMLLIElement other)

HTMLLIElement

public HTMLLIElement(Node other)

Method Detail

setType

public void setType(String arg1)
see type

UNKNOWN: see type

setValue

public void setValue(long arg1)
see value

UNKNOWN: see value

type

public String type()
List item bullet style. See the type attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: List item bullet style.

value

public long value()
Reset sequence number when used in OL See the value attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: Reset sequence number when used in OL See the