java.lang.Object
io.qt.QtObject
io.qt.xml.QXmlDeclHandler.Impl
- All Implemented Interfaces:
QtObjectInterface
,QXmlDeclHandler
- Enclosing interface:
QXmlDeclHandler
@Deprecated
public abstract static class QXmlDeclHandler.Impl
extends QtObject
implements QXmlDeclHandler
Deprecated.
Implementor class for interface QXmlDeclHandler
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.xml.QXmlDeclHandler
QXmlDeclHandler.Impl
-
Constructor Summary
ModifierConstructorDescriptionImpl()
Deprecated.protected
Deprecated.Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
abstract String
Deprecated.abstract boolean
externalEntityDecl
(String name, String publicId, String systemId) Deprecated.abstract boolean
internalEntityDecl
(String name, String value) 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
-
attributeDecl
@QtUninvokable public abstract boolean attributeDecl(String eName, String aName, String type, String valueDefault, String value) Deprecated.- Specified by:
attributeDecl
in interfaceQXmlDeclHandler
-
errorString
Deprecated.- Specified by:
errorString
in interfaceQXmlDeclHandler
-
externalEntityDecl
@QtUninvokable public abstract boolean externalEntityDecl(String name, String publicId, String systemId) Deprecated.- Specified by:
externalEntityDecl
in interfaceQXmlDeclHandler
-
internalEntityDecl
Deprecated.- Specified by:
internalEntityDecl
in interfaceQXmlDeclHandler
-