QtBase  v6.3.1
Classes | Functions
xmloutput.h File Reference
#include <qtextstream.h>
#include <qstack.h>
Include dependency graph for xmloutput.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XmlOutput
 
struct  XmlOutput::xml_output
 

Functions

XmlOutput::xml_output noxml ()
 
XmlOutput::xml_output raw (const QString &rawText)
 
XmlOutput::xml_output declaration (const QString &version=QString("1.0"), const QString &encoding=QString())
 
XmlOutput::xml_output decl (const QString &version=QString("1.0"), const QString &encoding=QString())
 
XmlOutput::xml_output tag (const QString &name)
 
XmlOutput::xml_output valueTag (const QString &value)
 
XmlOutput::xml_output tagValue (const QString &tagName, const QString &value)
 
XmlOutput::xml_output import (const QString &tagName, const QString &value)
 
XmlOutput::xml_output closetag ()
 
XmlOutput::xml_output closetag (const QString &toTag)
 
XmlOutput::xml_output closeall ()
 
XmlOutput::xml_output attribute (const QString &name, const QString &value)
 
XmlOutput::xml_output attributeTag (const QString &name, const QString &value)
 
XmlOutput::xml_output attr (const QString &name, const QString &value)
 
XmlOutput::xml_output attrTag (const QString &name, const QString &value)
 
XmlOutput::xml_output data (const QString &text=QString())
 
XmlOutput::xml_output comment (const QString &text)
 
XmlOutput::xml_output cdata (const QString &text)
 

Function Documentation

◆ attr()

XmlOutput::xml_output attr ( const QString name,
const QString value 
)
inline

Definition at line 202 of file xmloutput.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ attribute()

XmlOutput::xml_output attribute ( const QString name,
const QString value 
)
inline

Definition at line 190 of file xmloutput.h.

Here is the caller graph for this function:

◆ attributeTag()

XmlOutput::xml_output attributeTag ( const QString name,
const QString value 
)
inline

Definition at line 196 of file xmloutput.h.

Here is the caller graph for this function:

◆ attrTag()

XmlOutput::xml_output attrTag ( const QString name,
const QString value 
)
inline

Definition at line 208 of file xmloutput.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ cdata()

XmlOutput::xml_output cdata ( const QString text)
inline

Definition at line 224 of file xmloutput.h.

Here is the caller graph for this function:

◆ closeall()

XmlOutput::xml_output closeall ( )
inline

Definition at line 185 of file xmloutput.h.

◆ closetag() [1/2]

XmlOutput::xml_output closetag ( )
inline

Definition at line 175 of file xmloutput.h.

Here is the caller graph for this function:

◆ closetag() [2/2]

XmlOutput::xml_output closetag ( const QString toTag)
inline

Definition at line 180 of file xmloutput.h.

◆ comment()

XmlOutput::xml_output comment ( const QString text)
inline

Definition at line 219 of file xmloutput.h.

Here is the caller graph for this function:

◆ data()

Definition at line 214 of file xmloutput.h.

◆ decl()

XmlOutput::xml_output decl ( const QString version = QString("1.0"),
const QString encoding = QString() 
)
inline

Definition at line 148 of file xmloutput.h.

Here is the caller graph for this function:

◆ declaration()

XmlOutput::xml_output declaration ( const QString version = QString("1.0"),
const QString encoding = QString() 
)
inline

Definition at line 142 of file xmloutput.h.

Here is the caller graph for this function:

◆ import()

XmlOutput::xml_output import ( const QString tagName,
const QString value 
)
inline

Definition at line 170 of file xmloutput.h.

◆ noxml()

XmlOutput::xml_output noxml ( )
inline

Definition at line 132 of file xmloutput.h.

Here is the caller graph for this function:

◆ raw()

XmlOutput::xml_output raw ( const QString rawText)
inline

Definition at line 137 of file xmloutput.h.

◆ tag()

XmlOutput::xml_output tag ( const QString name)
inline

Definition at line 154 of file xmloutput.h.

Here is the caller graph for this function:

◆ tagValue()

XmlOutput::xml_output tagValue ( const QString tagName,
const QString value 
)
inline

Definition at line 165 of file xmloutput.h.

Here is the caller graph for this function:

◆ valueTag()

XmlOutput::xml_output valueTag ( const QString value)
inline

Definition at line 160 of file xmloutput.h.

Here is the caller graph for this function: