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
-
Constructor Summary
Constructors Modifier Constructor Description Impl()
Deprecated.protected
Impl(QtObject.QPrivateConstructor p)
Deprecated.Constructor for internal use only. -
Method Summary
Modifier and Type Method Description abstract String
errorString()
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::
-
Constructor Details
-
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
-