- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QXmlDefaultHandler
,QXmlDTDHandler.Impl
@Deprecated public interface QXmlDTDHandler extends QtObjectInterface
Deprecated.
Interface to report DTD content of XML data
Java wrapper for Qt class QXmlDTDHandler
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QXmlDTDHandler.Impl
Deprecated. -
Method Summary
Modifier and Type Method Description String
errorString()
Deprecated.boolean
notationDecl(String name, String publicId, String systemId)
Deprecated.boolean
unparsedEntityDecl(String name, String publicId, String systemId, String notationName)
Deprecated.
-
Method Details
-
errorString
Deprecated. -
notationDecl
Deprecated. -
unparsedEntityDecl
@QtUninvokable boolean unparsedEntityDecl(String name, String publicId, String systemId, String notationName)Deprecated.
-