java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.xml.QXmlLexicalHandler.Impl
- All Implemented Interfaces:
QtObjectInterface
,QXmlLexicalHandler
- Enclosing interface:
QXmlLexicalHandler
@Deprecated
public abstract static class QXmlLexicalHandler.Impl
extends QtObject
implements QXmlLexicalHandler
Deprecated.
Implementor class for interface QXmlLexicalHandler
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.xml.QXmlLexicalHandler
QXmlLexicalHandler.Impl
-
Constructor Summary
ModifierConstructorDescriptionImpl()
Deprecated.protected
Deprecated.Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
Deprecated.abstract boolean
endCDATA()
Deprecated.abstract boolean
endDTD()
Deprecated.abstract boolean
Deprecated.abstract String
Deprecated.abstract boolean
Deprecated.abstract boolean
Deprecated.abstract boolean
startEntity
(String name) Deprecated.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
-
comment
Deprecated.- Specified by:
comment
in interfaceQXmlLexicalHandler
-
endCDATA
Deprecated.- Specified by:
endCDATA
in interfaceQXmlLexicalHandler
-
endDTD
Deprecated.- Specified by:
endDTD
in interfaceQXmlLexicalHandler
-
endEntity
Deprecated.- Specified by:
endEntity
in interfaceQXmlLexicalHandler
-
errorString
Deprecated.- Specified by:
errorString
in interfaceQXmlLexicalHandler
-
startCDATA
Deprecated.- Specified by:
startCDATA
in interfaceQXmlLexicalHandler
-
startDTD
Deprecated.- Specified by:
startDTD
in interfaceQXmlLexicalHandler
-
startEntity
Deprecated.- Specified by:
startEntity
in interfaceQXmlLexicalHandler
-