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.
tdebindings/qtjava/javalib/org/trinitydesktop/qt/TQXmlNamespaceSupport.java

33 lines
1.2 KiB

//Auto-generated by kalyptus. DO NOT EDIT.
package org.trinitydesktop.qt;
import org.trinitydesktop.qt.Qt;
import java.util.ArrayList;
public class TQXmlNamespaceSupport implements QtSupport {
private long _qt;
private boolean _allocatedInJavaWorld = true;
protected TQXmlNamespaceSupport(Class dummy){}
public TQXmlNamespaceSupport() {
newTQXmlNamespaceSupport();
}
private native void newTQXmlNamespaceSupport();
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();
}