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