summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QXmlNamespaceSupport.java
blob: 233f383413480e4289de4599e04805dd1b52ba5c (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;
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();
}