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.
14 lines
441 B
14 lines
441 B
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.trinitydesktop.qt;
|
|
|
|
import org.trinitydesktop.qt.Qt;
|
|
|
|
public class TQXmlEntityResolver implements QtSupport, TQXmlEntityResolverInterface {
|
|
private long _qt;
|
|
private boolean _allocatedInJavaWorld = true;
|
|
protected TQXmlEntityResolver(Class dummy){}
|
|
|
|
public native boolean resolveEntity(String publicId, String systemId, TQXmlInputSource ret);
|
|
public native String errorString();
|
|
}
|