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.
33 lines
1.2 KiB
33 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
|
import java.util.ArrayList;
|
||
|
|
||
13 years ago
|
public class TQXmlNamespaceSupport implements QtSupport {
|
||
15 years ago
|
private long _qt;
|
||
|
private boolean _allocatedInJavaWorld = true;
|
||
13 years ago
|
protected TQXmlNamespaceSupport(Class dummy){}
|
||
15 years ago
|
|
||
13 years ago
|
public TQXmlNamespaceSupport() {
|
||
|
newTQXmlNamespaceSupport();
|
||
15 years ago
|
}
|
||
13 years ago
|
private native void newTQXmlNamespaceSupport();
|
||
15 years ago
|
public native void setPrefix(String arg1, String arg2);
|
||
|
public native String prefix(String arg1);
|
||
|
public native String uri(String arg1);
|
||
|
public native void splitName(String arg1, StringBuffer arg2, StringBuffer arg3);
|
||
|
public native void processName(String arg1, boolean arg2, StringBuffer arg3, StringBuffer arg4);
|
||
|
public native ArrayList prefixes();
|
||
|
public native ArrayList prefixes(String arg1);
|
||
|
public native void pushContext();
|
||
|
public native void popContext();
|
||
|
public native void reset();
|
||
|
/** 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();
|
||
|
}
|