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.
15 lines
508 B
15 lines
508 B
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.kde.qt;
|
|
|
|
import org.kde.qt.Qt;
|
|
|
|
public class TQXmlDTDHandler implements QtSupport, TQXmlDTDHandlerInterface {
|
|
private long _qt;
|
|
private boolean _allocatedInJavaWorld = true;
|
|
protected TQXmlDTDHandler(Class dummy){}
|
|
|
|
public native boolean notationDecl(String name, String publicId, String systemId);
|
|
public native boolean unparsedEntityDecl(String name, String publicId, String systemId, String notationName);
|
|
public native String errorString();
|
|
}
|