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