Uses of Interface
io.qt.xml.QXmlDTDHandler
Package | Description |
---|---|
io.qt.xml |
-
Uses of QXmlDTDHandler in io.qt.xml
Classes in io.qt.xml that implement QXmlDTDHandler Modifier and Type Class Description class
QXmlDefaultHandler
Deprecated.static class
QXmlDTDHandler.Impl
Deprecated.Methods in io.qt.xml that return QXmlDTDHandler Modifier and Type Method Description abstract QXmlDTDHandler
QXmlReader. DTDHandler()
Deprecated.QXmlDTDHandler
QXmlSimpleReader. DTDHandler()
Deprecated.Methods in io.qt.xml with parameters of type QXmlDTDHandler Modifier and Type Method Description abstract void
QXmlReader. setDTDHandler(QXmlDTDHandler handler)
Deprecated.void
QXmlSimpleReader. setDTDHandler(QXmlDTDHandler handler)
Deprecated.