Uses of Class
io.qt.xml.QXmlInputSource
Package | Description |
---|---|
io.qt.xml |
-
Uses of QXmlInputSource in io.qt.xml
Fields in io.qt.xml declared as QXmlInputSource Modifier and Type Field Description QXmlInputSource
QXmlEntityResolver.ResolvedEntity. inputSource
Methods in io.qt.xml with parameters of type QXmlInputSource Modifier and Type Method Description abstract boolean
QXmlReader. parse(QXmlInputSource input)
Deprecated.boolean
QXmlSimpleReader. parse(QXmlInputSource input)
Deprecated.boolean
QXmlSimpleReader. parse(QXmlInputSource input, boolean incremental)
Deprecated.QDomDocument.Result
QDomDocument. setContent(QXmlInputSource source, boolean namespaceProcessing)
Deprecated.Use other overloads insteadQDomDocument.Result
QDomDocument. setContent(QXmlInputSource source, QXmlReader reader)
Deprecated.Use other overloads insteadConstructors in io.qt.xml with parameters of type QXmlInputSource Constructor Description ResolvedEntity(boolean error, QXmlInputSource inputSource)