- 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.booleannotationDecl(String name, String publicId, String systemId) Deprecated.booleanunparsedEntityDecl(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:
-