java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.xml.QXmlErrorHandler.Impl
- All Implemented Interfaces:
QtObjectInterface
,QXmlErrorHandler
- Enclosing interface:
- QXmlErrorHandler
@Deprecated public abstract static class QXmlErrorHandler.Impl extends QtObject implements QXmlErrorHandler
Deprecated.
Implementor class for interface QXmlErrorHandler
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description Impl()
Deprecated.protected
Impl(QtObject.QPrivateConstructor p)
Deprecated.Constructor for internal use only. -
Method Summary
Modifier and Type Method Description abstract boolean
error(QXmlParseException exception)
Deprecated.abstract String
errorString()
Deprecated.abstract boolean
fatalError(QXmlParseException exception)
Deprecated.abstract boolean
warning(QXmlParseException exception)
Deprecated.
-
Constructor Details
-
Method Details
-
error
Deprecated.- Specified by:
error
in interfaceQXmlErrorHandler
-
errorString
Deprecated.- Specified by:
errorString
in interfaceQXmlErrorHandler
-
fatalError
Deprecated.- Specified by:
fatalError
in interfaceQXmlErrorHandler
-
warning
Deprecated.- Specified by:
warning
in interfaceQXmlErrorHandler
-