summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/HTMLBlockquoteElement.java
blob: c51a864d79e23b34c48506547a43dbf944d8e81a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;

import org.kde.qt.Qt;
import org.kde.qt.QtSupport;

/**

 ??? See the <a
 href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-BLOCKTQUOTE">
 BLOCKTQUOTE element definition </a> in HTML 4.0.
 		@short    ??? See the <a  href="http://www.

*/
public class HTMLBlockquoteElement extends HTMLElement  {
	protected HTMLBlockquoteElement(Class dummy){super((Class) null);}
	public HTMLBlockquoteElement() {
		super((Class) null);
		newHTMLBlockquoteElement();
	}
	private native void newHTMLBlockquoteElement();
	public HTMLBlockquoteElement(HTMLBlockquoteElement other) {
		super((Class) null);
		newHTMLBlockquoteElement(other);
	}
	private native void newHTMLBlockquoteElement(HTMLBlockquoteElement other);
	public HTMLBlockquoteElement(Node other) {
		super((Class) null);
		newHTMLBlockquoteElement(other);
	}
	private native void newHTMLBlockquoteElement(Node other);
	/**	
		 A URI designating a document that describes the reason for the
		 change. See the <a href="http://www.w3.org/TR/REC-html40/">
		 cite attribute definition </a> in HTML 4.0.
			     		@short    A URI designating a document that describes the reason for the  change.
	*/
	public native String cite();
	/**	
		 see cite
		     		@short    see cite
	*/
	public native void setCite(String arg1);
	// DOM::HTMLBlockquoteElement* HTMLBlockquoteElement(DOM::HTMLElementImpl* arg1); >>>> NOT CONVERTED
}