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.
20 lines
671 B
20 lines
671 B
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.trinitydesktop.qt;
|
|
|
|
import org.trinitydesktop.qt.Qt;
|
|
|
|
public class TQXmlLexicalHandler implements QtSupport, TQXmlLexicalHandlerInterface {
|
|
private long _qt;
|
|
private boolean _allocatedInJavaWorld = true;
|
|
protected TQXmlLexicalHandler(Class dummy){}
|
|
|
|
public native boolean startDTD(String name, String publicId, String systemId);
|
|
public native boolean endDTD();
|
|
public native boolean startEntity(String name);
|
|
public native boolean endEntity(String name);
|
|
public native boolean startCDATA();
|
|
public native boolean endCDATA();
|
|
public native boolean comment(String ch);
|
|
public native String errorString();
|
|
}
|