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

NAME

Qt::XmlPatterns::QXmlSerializer

PUBLIC METHODS

QXmlSerializer(const QXmlQuery & query, QIODevice * outputDevice)
void atomicValue(const QVariant & value)
void attribute(const QXmlName & name, const QStringRef & value)
void characters(const QStringRef & value)
const QTextCodec * codec()
void comment(const QString & value)
void endDocument()
void endElement()
void endOfSequence()
void item(const QPatternist::Item & item)
void namespaceBinding(const QXmlName & nb)
QIODevice * outputDevice()
void processingInstruction(const QXmlName & name, const QString & value)
void setCodec(const QTextCodec * codec)
void startDocument()
void startElement(const QXmlName & name)
void startOfSequence()

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