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.QPrivateConstructorNested classes/interfaces inherited from interface io.qt.xml.QXmlDTDHandler
QXmlDTDHandler.Impl -
Constructor Summary
ConstructorsModifierConstructorDescriptionImpl()Deprecated.protectedDeprecated.Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionabstract StringDeprecated.abstract booleannotationDecl(String name, String publicId, String systemId) Deprecated.abstract booleanunparsedEntityDecl(String name, String publicId, String systemId, String notationName) 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
Deprecated.Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
errorString
Deprecated.- Specified by:
errorStringin interfaceQXmlDTDHandler
-
notationDecl
Deprecated.- Specified by:
notationDeclin interfaceQXmlDTDHandler
-
unparsedEntityDecl
@QtUninvokable public abstract boolean unparsedEntityDecl(String name, String publicId, String systemId, String notationName) Deprecated.- Specified by:
unparsedEntityDeclin interfaceQXmlDTDHandler
-