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
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.xml.QXmlErrorHandler
QXmlErrorHandler.Impl
-
Constructor Summary
ModifierConstructorDescriptionImpl()
Deprecated.protected
Deprecated.Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
error
(QXmlParseException exception) Deprecated.abstract String
Deprecated.abstract boolean
fatalError
(QXmlParseException exception) Deprecated.abstract boolean
warning
(QXmlParseException exception) Deprecated.Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
Impl
public Impl()Deprecated. -
Impl
Deprecated.Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
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
-