java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.xml.QXmlLexicalHandler.Impl
- All Implemented Interfaces:
io.qt.QtObjectInterface,QXmlLexicalHandler
- Enclosing interface:
- QXmlLexicalHandler
@Deprecated
public abstract static class QXmlLexicalHandler.Impl
extends io.qt.QtObject
implements QXmlLexicalHandler
Deprecated.
Implementor class for interface QXmlLexicalHandler
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructorNested classes/interfaces inherited from interface io.qt.xml.QXmlLexicalHandler
QXmlLexicalHandler.Impl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanDeprecated.abstract booleanendCDATA()Deprecated.abstract booleanendDTD()Deprecated.abstract booleanDeprecated.abstract StringDeprecated.abstract booleanDeprecated.abstract booleanDeprecated.abstract booleanstartEntity(String name) Deprecated.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
protected Impl(io.qt.QtObject.QPrivateConstructor p) Deprecated.Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
comment
Deprecated.- Specified by:
commentin interfaceQXmlLexicalHandler
-
endCDATA
@QtUninvokable public abstract boolean endCDATA()Deprecated.- Specified by:
endCDATAin interfaceQXmlLexicalHandler
-
endDTD
@QtUninvokable public abstract boolean endDTD()Deprecated.- Specified by:
endDTDin interfaceQXmlLexicalHandler
-
endEntity
Deprecated.- Specified by:
endEntityin interfaceQXmlLexicalHandler
-
errorString
Deprecated.- Specified by:
errorStringin interfaceQXmlLexicalHandler
-
startCDATA
@QtUninvokable public abstract boolean startCDATA()Deprecated.- Specified by:
startCDATAin interfaceQXmlLexicalHandler
-
startDTD
Deprecated.- Specified by:
startDTDin interfaceQXmlLexicalHandler
-
startEntity
Deprecated.- Specified by:
startEntityin interfaceQXmlLexicalHandler
-