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.See QXmlDTDHandler::abstract booleannotationDecl(String name, String publicId, String systemId) Deprecated.See QXmlDTDHandler::abstract booleanunparsedEntityDecl(String name, String publicId, String systemId, String notationName) Deprecated.See QXmlDTDHandler::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.See QXmlDTDHandler::
- Specified by:
errorStringin interfaceQXmlDTDHandler
-
notationDecl
Deprecated.See QXmlDTDHandler::
- Specified by:
notationDeclin interfaceQXmlDTDHandler
-
unparsedEntityDecl
@QtUninvokable public abstract boolean unparsedEntityDecl(String name, String publicId, String systemId, String notationName) Deprecated.See QXmlDTDHandler::
- Specified by:
unparsedEntityDeclin interfaceQXmlDTDHandler
-