java.lang.Object
io.qt.internal.QtJambiObject
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.QPrivateConstructorNested classes/interfaces inherited from interface io.qt.xml.QXmlDeclHandler
QXmlDeclHandler.Impl -
Constructor Summary
ConstructorsModifierConstructorDescriptionImpl()Deprecated.protectedDeprecated.Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanDeprecated.abstract StringDeprecated.abstract booleanexternalEntityDecl(String name, String publicId, String systemId) Deprecated.abstract booleaninternalEntityDecl(String name, String value) 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
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:
attributeDeclin interfaceQXmlDeclHandler
-
errorString
Deprecated.- Specified by:
errorStringin interfaceQXmlDeclHandler
-
externalEntityDecl
@QtUninvokable public abstract boolean externalEntityDecl(String name, String publicId, String systemId) Deprecated.- Specified by:
externalEntityDeclin interfaceQXmlDeclHandler
-
internalEntityDecl
Deprecated.- Specified by:
internalEntityDeclin interfaceQXmlDeclHandler
-