summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/HTMLLIElement.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/HTMLLIElement.java')
-rw-r--r--kdejava/koala/org/kde/koala/HTMLLIElement.java59
1 files changed, 0 insertions, 59 deletions
diff --git a/kdejava/koala/org/kde/koala/HTMLLIElement.java b/kdejava/koala/org/kde/koala/HTMLLIElement.java
deleted file mode 100644
index 101e6db8..00000000
--- a/kdejava/koala/org/kde/koala/HTMLLIElement.java
+++ /dev/null
@@ -1,59 +0,0 @@
-//Auto-generated by kalyptus. DO NOT EDIT.
-package org.kde.koala;
-
-import org.kde.qt.Qt;
-import org.kde.qt.QtSupport;
-
-/**
-
- List item. See the <a
- href="http://www.w3.org/TR/REC-html40/struct/lists.html#edef-LI">
- LI element definition </a> 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 <a
- href="http://www.w3.org/TR/REC-html40/struct/lists.html#adef-type-LI">
- type attribute definition </a> 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 <code>OL</code> See the <a
- href="http://www.w3.org/TR/REC-html40/struct/lists.html#adef-value-LI">
- value attribute definition </a> in HTML 4.0. This attribute is
- deprecated in HTML 4.0.
- @short Reset sequence number when used in <code>OL</code> See the <a href="http://www.
- */
- public native long value();
- /**
- see value
- @short see value
- */
- public native void setValue(long arg1);
- // DOM::HTMLLIElement* HTMLLIElement(DOM::HTMLLIElementImpl* arg1); >>>> NOT CONVERTED
-}