- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QXmlDefaultHandler
Deprecated.
Interface to report DTD content of XML data
Java wrapper for Qt class QXmlDTDHandler
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.boolean
notationDecl
(String name, String publicId, String systemId) Deprecated.boolean
unparsedEntityDecl
(String name, String publicId, String systemId, String notationName) Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
errorString
Deprecated.- Returns:
-
notationDecl
Deprecated.- Parameters:
name
-publicId
-systemId
-- Returns:
-
unparsedEntityDecl
@QtUninvokable boolean unparsedEntityDecl(String name, String publicId, String systemId, String notationName) Deprecated.- Parameters:
name
-publicId
-systemId
-notationName
-- Returns:
-