summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/TQDomDocumentType.java
blob: d9161ade550e3b81295d6361172a2f5c5fea8acd (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
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.qt;

import org.kde.qt.Qt;

public class TQDomDocumentType extends TQDomNode  {
	protected TQDomDocumentType(Class dummy){super((Class) null);}
	public TQDomDocumentType() {
		super((Class) null);
		newTQDomDocumentType();
	}
	private native void newTQDomDocumentType();
	public TQDomDocumentType(TQDomDocumentType x) {
		super((Class) null);
		newTQDomDocumentType(x);
	}
	private native void newTQDomDocumentType(TQDomDocumentType x);
	public native String name();
	public native TQDomNamedNodeMap entities();
	public native TQDomNamedNodeMap notations();
	public native String publicId();
	public native String systemId();
	public native String internalSubset();
	public native int nodeType();
	public native boolean isDocumentType();
	/** Deletes the wrapped C++ instance */
	protected native void finalize() throws InternalError;
	/** Delete the wrapped C++ instance ahead of finalize() */
	public native void dispose();
	/** Has the wrapped C++ instance been deleted? */
	public native boolean isDisposed();
}