NAME
Qt::Xml::QXmlContentHandler
PUBLIC METHODS
- ~QXmlContentHandler()
- bool characters(const QString & ch)
- bool endDocument()
- bool endElement(const QString & namespaceURI, const QString & localName, const QString & qName)
- bool endPrefixMapping(const QString & prefix)
- QString errorString()
- bool ignorableWhitespace(const QString & ch)
- bool processingInstruction(const QString & target, const QString & data)
- void setDocumentLocator(QXmlLocator * locator)
- bool skippedEntity(const QString & name)
- bool startDocument()
- bool startElement(const QString & namespaceURI, const QString & localName, const QString & qName, const QXmlAttributes & atts)
- bool startPrefixMapping(const QString & prefix, const QString & uri)
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.