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

NAME

Qt::XmlPatterns::QXmlFormatter

PUBLIC METHODS

QXmlFormatter(const QXmlQuery & query, QIODevice * outputDevice)
void atomicValue(const QVariant & value)
void attribute(const QXmlName & name, const QStringRef & value)
void characters(const QStringRef & value)
void comment(const QString & value)
void endDocument()
void endElement()
void endOfSequence()
int indentationDepth()
void item(const QPatternist::Item & item)
void processingInstruction(const QXmlName & name, const QString & value)
void setIndentationDepth(int depth)
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