The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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)

ENUM VALUES

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html