- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QXmlDeclHandler.Impl
,QXmlDefaultHandler
@Deprecated public interface QXmlDeclHandler extends QtObjectInterface
Deprecated.
Interface to report declaration content of XML data
Java wrapper for Qt class QXmlDeclHandler
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QXmlDeclHandler.Impl
Deprecated. -
Method Summary
Modifier and Type Method Description boolean
attributeDecl(String eName, String aName, String type, String valueDefault, String value)
Deprecated.String
errorString()
Deprecated.boolean
externalEntityDecl(String name, String publicId, String systemId)
Deprecated.boolean
internalEntityDecl(String name, String value)
Deprecated.
-
Method Details
-
attributeDecl
@QtUninvokable boolean attributeDecl(String eName, String aName, String type, String valueDefault, String value)Deprecated. -
errorString
Deprecated. -
externalEntityDecl
Deprecated. -
internalEntityDecl
Deprecated.
-