HomeHome

ClassesAnnotated - TreeFunctionsHomeStructure

QXmlInputSource Class Reference
[ XML module ]


The QXmlInputSource class is the source where XML data is read from. More...

#include <qxml.h>

List of all member functions.

Public Members


Detailed Description

The QXmlInputSource class is the source where XML data is read from.

All subclasses of QXmlReader read the input from this class.


Member Function Documentation

QXmlInputSource::QXmlInputSource ()

Constructs a input source which contains no data.

QXmlInputSource::QXmlInputSource ( QFile & file )

Constructs a input source and get the data from a file. If the file cannot be read the input source is empty.

QXmlInputSource::QXmlInputSource ( QTextStream & stream )

Constructs a input source and get the data from the text stream.

QXmlInputSource::~QXmlInputSource () [virtual]

Destructor.

const QStringQXmlInputSource::data () const [virtual]

Returns all the data this input source contains.

void QXmlInputSource::setData ( const QString & dat ) [virtual]

Sets the data of the input source to dat.


Search the documentation, FAQ, qt-interest archive and more (uses www.trolltech.com):


This file is part of the Qt toolkit, copyright © 1995-2000 Trolltech, all rights reserved.


Copyright İ 2000 TrolltechTrademarks
Qt version 2.2.1