NAME

Qt::Xml::QXmlDefaultHandler

PUBLIC METHODS

QXmlDefaultHandler()
~QXmlDefaultHandler()
bool attributeDecl(const QString & eName, const QString & aName, const QString & type, const QString & valueDefault, const QString & value)
bool characters(const QString & ch)
bool comment(const QString & ch)
bool endCDATA()
bool endDTD()
bool endDocument()
bool endElement(const QString & namespaceURI, const QString & localName, const QString & qName)
bool endEntity(const QString & name)
bool endPrefixMapping(const QString & prefix)
bool error(const QXmlParseException & exception)
QString errorString()
bool externalEntityDecl(const QString & name, const QString & publicId, const QString & systemId)
bool fatalError(const QXmlParseException & exception)
bool ignorableWhitespace(const QString & ch)
bool internalEntityDecl(const QString & name, const QString & value)
bool notationDecl(const QString & name, const QString & publicId, const QString & systemId)
bool processingInstruction(const QString & target, const QString & data)
bool resolveEntity(const QString & publicId, const QString & systemId, QXmlInputSource *& ret)
void setDocumentLocator(QXmlLocator * locator)
bool skippedEntity(const QString & name)
bool startCDATA()
bool startDTD(const QString & name, const QString & publicId, const QString & systemId)
bool startDocument()
bool startElement(const QString & namespaceURI, const QString & localName, const QString & qName, const QXmlAttributes & atts)
bool startEntity(const QString & name)
bool startPrefixMapping(const QString & prefix, const QString & uri)
bool unparsedEntityDecl(const QString & name, const QString & publicId, const QString & systemId, const QString & notationName)
bool warning(const QXmlParseException & exception)

ENUM VALUES

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.

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