- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QXmlDefaultHandler
,QXmlErrorHandler.Impl
@Deprecated public interface QXmlErrorHandler extends QtObjectInterface
Deprecated.
Interface to report errors in XML data
Java wrapper for Qt class QXmlErrorHandler
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QXmlErrorHandler.Impl
Deprecated. -
Method Summary
Modifier and Type Method Description boolean
error(QXmlParseException exception)
Deprecated.String
errorString()
Deprecated.boolean
fatalError(QXmlParseException exception)
Deprecated.boolean
warning(QXmlParseException exception)
Deprecated.
-
Method Details
-
error
Deprecated. -
errorString
Deprecated. -
fatalError
Deprecated. -
warning
Deprecated.
-