//Auto-generated by kalyptus. DO NOT EDIT. package org.trinitydesktop.koala; import org.trinitydesktop.qt.Qt; import org.trinitydesktop.qt.QtSupport; /** List item. See the LI element definition in HTML 4.0. @short List item. */ public class HTMLLIElement extends HTMLElement { protected HTMLLIElement(Class dummy){super((Class) null);} public HTMLLIElement() { super((Class) null); newHTMLLIElement(); } private native void newHTMLLIElement(); public HTMLLIElement(HTMLLIElement other) { super((Class) null); newHTMLLIElement(other); } private native void newHTMLLIElement(HTMLLIElement other); public HTMLLIElement(Node other) { super((Class) null); newHTMLLIElement(other); } private native void newHTMLLIElement(Node other); /** List item bullet style. See the type attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. @short List item bullet style. */ public native String type(); /** see type @short see type */ public native void setType(String arg1); /** Reset sequence number when used in OL See the value attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. @short Reset sequence number when used in OL See the