You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.2 KiB
32 lines
1.2 KiB
15 years ago
|
//Auto-generated by kalyptus. DO NOT EDIT.
|
||
11 years ago
|
package org.trinitydesktop.qt;
|
||
15 years ago
|
|
||
11 years ago
|
import org.trinitydesktop.qt.Qt;
|
||
15 years ago
|
|
||
13 years ago
|
public class TQDomImplementation implements QtSupport {
|
||
15 years ago
|
private long _qt;
|
||
|
private boolean _allocatedInJavaWorld = true;
|
||
13 years ago
|
protected TQDomImplementation(Class dummy){}
|
||
15 years ago
|
|
||
13 years ago
|
public TQDomImplementation() {
|
||
|
newTQDomImplementation();
|
||
15 years ago
|
}
|
||
13 years ago
|
private native void newTQDomImplementation();
|
||
|
public TQDomImplementation(TQDomImplementation arg1) {
|
||
|
newTQDomImplementation(arg1);
|
||
15 years ago
|
}
|
||
13 years ago
|
private native void newTQDomImplementation(TQDomImplementation arg1);
|
||
|
public native boolean op_equals(TQDomImplementation arg1);
|
||
|
public native boolean op_not_equals(TQDomImplementation arg1);
|
||
15 years ago
|
public native boolean hasFeature(String feature, String version);
|
||
13 years ago
|
public native TQDomDocumentType createDocumentType(String qName, String publicId, String systemId);
|
||
|
public native TQDomDocument createDocument(String nsURI, String qName, TQDomDocumentType doctype);
|
||
15 years ago
|
public native boolean isNull();
|
||
|
/** 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();
|
||
|
}
|