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.
16 lines
509 B
16 lines
509 B
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.kde.qt;
|
|
|
|
import org.kde.qt.Qt;
|
|
|
|
public class TQXmlErrorHandler implements QtSupport, TQXmlErrorHandlerInterface {
|
|
private long _qt;
|
|
private boolean _allocatedInJavaWorld = true;
|
|
protected TQXmlErrorHandler(Class dummy){}
|
|
|
|
public native boolean warning(TQXmlParseException exception);
|
|
public native boolean error(TQXmlParseException exception);
|
|
public native boolean fatalError(TQXmlParseException exception);
|
|
public native String errorString();
|
|
}
|