java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.xml.QXmlErrorHandler.Impl
- All Implemented Interfaces:
io.qt.QtObjectInterface,QXmlErrorHandler
- Enclosing interface:
- QXmlErrorHandler
@Deprecated
public abstract static class QXmlErrorHandler.Impl
extends io.qt.QtObject
implements QXmlErrorHandler
Deprecated.
Implementor class for interface QXmlErrorHandler
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructorNested classes/interfaces inherited from interface io.qt.xml.QXmlErrorHandler
QXmlErrorHandler.Impl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanerror(QXmlParseException exception) Deprecated.abstract StringDeprecated.abstract booleanfatalError(QXmlParseException exception) Deprecated.abstract booleanwarning(QXmlParseException exception) Deprecated.Methods inherited from class io.qt.QtObject
dispose, equals, isDisposedMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
Impl
public Impl()Deprecated. -
Impl
protected Impl(io.qt.QtObject.QPrivateConstructor p) Deprecated.Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
error
Deprecated.- Specified by:
errorin interfaceQXmlErrorHandler
-
errorString
Deprecated.- Specified by:
errorStringin interfaceQXmlErrorHandler
-
fatalError
Deprecated.- Specified by:
fatalErrorin interfaceQXmlErrorHandler
-
warning
Deprecated.- Specified by:
warningin interfaceQXmlErrorHandler
-