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