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 ( QTextStream & stream )
Constructs a input source and get the data from the text stream.
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 () [virtual]
Destructor.
const QString & QXmlInputSource::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.
This file is part of the Qtopia platform,
copyright © 1995-2005
Trolltech, all rights reserved.
| Copyright © 2005 Trolltech
| Trademarks
| Qtopia version 2.2.0
|