//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.qt; public interface TQXmlErrorHandlerInterface { boolean warning(TQXmlParseException exception); boolean error(TQXmlParseException exception); boolean fatalError(TQXmlParseException exception); String errorString(); }