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