java.lang.Object
io.qt.internal.QtJambiObject
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.See QXmlDTDHandler::abstract boolean
notationDecl
(String name, String publicId, String systemId) Deprecated.See QXmlDTDHandler::abstract boolean
unparsedEntityDecl
(String name, String publicId, String systemId, String notationName) Deprecated.See QXmlDTDHandler::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.See QXmlDTDHandler::
- Specified by:
errorString
in interfaceQXmlDTDHandler
-
notationDecl
Deprecated.See QXmlDTDHandler::
- Specified by:
notationDecl
in interfaceQXmlDTDHandler
-
unparsedEntityDecl
@QtUninvokable public abstract boolean unparsedEntityDecl(String name, String publicId, String systemId, String notationName) Deprecated.See QXmlDTDHandler::
- Specified by:
unparsedEntityDecl
in interfaceQXmlDTDHandler
-