java.lang.Object
io.qt.QtObject
io.qt.xml.QXmlDTDHandler.Impl
- All Implemented Interfaces:
QtObjectInterface
,QXmlDTDHandler
- Enclosing interface:
QXmlDTDHandler
@Deprecated
public abstract static class QXmlDTDHandler.Impl
extends QtObject
implements QXmlDTDHandler
Deprecated.
Implementor class for interface QXmlDTDHandler
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.xml.QXmlDTDHandler
QXmlDTDHandler.Impl
-
Constructor Summary
ModifierConstructorDescriptionImpl()
Deprecated.protected
Deprecated.Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionabstract String
Deprecated.abstract boolean
notationDecl
(String name, String publicId, String systemId) Deprecated.abstract boolean
unparsedEntityDecl
(String name, String publicId, String systemId, String notationName) 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
-
errorString
Deprecated.- Specified by:
errorString
in interfaceQXmlDTDHandler
-
notationDecl
Deprecated.- Specified by:
notationDecl
in interfaceQXmlDTDHandler
-
unparsedEntityDecl
@QtUninvokable public abstract boolean unparsedEntityDecl(String name, String publicId, String systemId, String notationName) Deprecated.- Specified by:
unparsedEntityDecl
in interfaceQXmlDTDHandler
-