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