Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QWbXmlToXmlContentHandler class assists with converting WBXML documents into ordinary XML. More...
#include <QWbXmlToXmlContentHandler>
Inherits QXmlContentHandler.
The QWbXmlToXmlContentHandler class assists with converting WBXML documents into ordinary XML.
The QWbXmlToXmlContentHandler class assists with converting WBXML documents into ordinary XML. It is used by QWbXmlReader::toXml().
See also QWbXmlReader.
Construct a new WBXML to XML content conversion handler.
Destruct a WBXML to XML content conversion handler.
Process the character data in ch.
Reimplemented from QXmlContentHandler.
End parsing the document.
Reimplemented from QXmlContentHandler.
End an element called qName, which can be broken up into namespaceURI and localName.
Reimplemented from QXmlContentHandler.
End a namspace prefix mapping.
Reimplemented from QXmlContentHandler.
Return a string that describes the last occurring error.
Reimplemented from QXmlContentHandler.
Process the ignorable whitespace in ch.
Reimplemented from QXmlContentHandler.
Handle the processing instruction target, with content data.
Reimplemented from QXmlContentHandler.
Set the document locator.
Reimplemented from QXmlContentHandler.
Process the skipped entity name.
Reimplemented from QXmlContentHandler.
Start parsing the document.
Reimplemented from QXmlContentHandler.
Start parsing an element called qName, which can be be broken up into namespaceURI and localName. The attribute list is atts.
Reimplemented from QXmlContentHandler.
Start a namespace prefix mapping for uri.
Reimplemented from QXmlContentHandler.
Return the final XML string representation.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |