summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/HTMLHtmlElement.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/HTMLHtmlElement.java')
-rw-r--r--kdejava/koala/org/kde/koala/HTMLHtmlElement.java46
1 files changed, 0 insertions, 46 deletions
diff --git a/kdejava/koala/org/kde/koala/HTMLHtmlElement.java b/kdejava/koala/org/kde/koala/HTMLHtmlElement.java
deleted file mode 100644
index 264f3f79..00000000
--- a/kdejava/koala/org/kde/koala/HTMLHtmlElement.java
+++ /dev/null
@@ -1,46 +0,0 @@
-//Auto-generated by kalyptus. DO NOT EDIT.
-package org.kde.koala;
-
-import org.kde.qt.Qt;
-import org.kde.qt.QtSupport;
-
-/**
-
- Root of an HTML document. See the <a
- href="http://www.w3.org/TR/REC-html40/struct/global.html#edef-HTML">
- HTML element definition </a> in HTML 4.0.
- @short Root of an HTML document.
-
-*/
-public class HTMLHtmlElement extends HTMLElement {
- protected HTMLHtmlElement(Class dummy){super((Class) null);}
- public HTMLHtmlElement() {
- super((Class) null);
- newHTMLHtmlElement();
- }
- private native void newHTMLHtmlElement();
- public HTMLHtmlElement(HTMLHtmlElement other) {
- super((Class) null);
- newHTMLHtmlElement(other);
- }
- private native void newHTMLHtmlElement(HTMLHtmlElement other);
- public HTMLHtmlElement(Node other) {
- super((Class) null);
- newHTMLHtmlElement(other);
- }
- private native void newHTMLHtmlElement(Node other);
- /**
- Version information about the document's DTD. See the <a
- href="http://www.w3.org/TR/REC-html40/struct/global.html#adef-version">
- version attribute definition </a> in HTML 4.0. This attribute
- is deprecated in HTML 4.0.
- @short Version information about the document's DTD.
- */
- public native String version();
- /**
- see version
- @short see version
- */
- public native void setVersion(String arg1);
- // DOM::HTMLHtmlElement* HTMLHtmlElement(DOM::HTMLHtmlElementImpl* arg1); >>>> NOT CONVERTED
-}