42 #ifndef QXMLFORMATTER_H 43 #define QXMLFORMATTER_H 45 #include <QtXmlPatterns/QXmlSerializer> 79 int indentationDepth()
const;
80 void setIndentationDepth(
int depth);
86 inline void startFormattingContent();
The QVariant class acts like a union for the most common Qt data types.
virtual void attribute(const QXmlName &name, const QStringRef &value)
Reimplemented Function
#define QT_END_NAMESPACE
This macro expands to.
virtual void characters(const QStringRef &value)
Reimplemented Function
virtual void comment(const QString &value)
Reimplemented Function
The QString class provides a Unicode character string.
virtual void endDocument()
Reimplemented Function
virtual void endElement()
Reimplemented Function
virtual void processingInstruction(const QXmlName &name, const QString &value)
Reimplemented Function
virtual void startOfSequence()
Reimplemented Function
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QXmlSerializer class is an implementation of QAbstractXmlReceiver for transforming XQuery output ...
virtual void item(const QPatternist::Item &item)
The QStringRef class provides a thin wrapper around QString substrings.
The QXmlName class represents the name of an XML node, in an efficient, namespace-aware way...
Represents an item in the XPath 2.0 Data Model.
#define Q_XMLPATTERNS_EXPORT
virtual void endOfSequence()
Reimplemented Function
virtual void atomicValue(const QVariant &value)
Reimplemented Function
virtual void startDocument()
Reimplemented Function
#define Q_DECLARE_PRIVATE(Class)
The QTextCodec class provides conversions between text encodings.
The QIODevice class is the base interface class of all I/O devices in Qt.
virtual void startElement(const QXmlName &name)
Reimplemented Function
The QXmlQuery class performs XQueries on XML data, or on non-XML data modeled to look like XML...