NAME
Qt::Xml::QXmlDefaultHandler
PUBLIC METHODS
- QXmlDefaultHandler()
- ~QXmlDefaultHandler()
- bool attributeDecl(, , , , )
- bool characters()
- bool comment()
- bool endCDATA()
- bool endDTD()
- bool endDocument()
- bool endElement(, , )
- bool endEntity()
- bool endPrefixMapping()
- bool error()
- QString errorString()
- bool externalEntityDecl(, , )
- bool fatalError()
- bool ignorableWhitespace()
- bool internalEntityDecl(, )
- bool notationDecl(, , )
- bool processingInstruction(, )
- bool resolveEntity(, , )
- void setDocumentLocator()
- bool skippedEntity()
- bool startCDATA()
- bool startDTD(, , )
- bool startDocument()
- bool startElement(, , , )
- bool startEntity()
- bool startPrefixMapping(, )
- bool unparsedEntityDecl(, , , )
- bool warning()
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.