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