You cannot 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
532 B
Java
16 lines
532 B
Java
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.trinitydesktop.qt;
|
|
|
|
import org.trinitydesktop.qt.TQt;
|
|
|
|
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();
|
|
}
|