Qt.QXmlInputSource Class

public class QXmlInputSource: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QXmlInputSource

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QXmlInputSource Constructors

QXmlInputSource() Constructor
QXmlInputSource(Qt.QIODevice) Constructor
QXmlInputSource(Qt.QFile) Constructor
QXmlInputSource(Qt.QTextStream) Constructor
QXmlInputSource(void *) Constructor

QXmlInputSource Methods

QXmlInputSource.Data Method
QXmlInputSource.FetchData Method
QXmlInputSource.Finalize Method
QXmlInputSource.FromRawData(byte[], bool) Method
QXmlInputSource.FromRawData(byte[]) Method
QXmlInputSource.Next Method
QXmlInputSource.Reset Method
QXmlInputSource.SetData(System.String) Method
QXmlInputSource.SetData(byte[]) Method


QXmlInputSource() Constructor

public void QXmlInputSource();

See Also

Qt.QXmlInputSource Class, Qt Namespace

QXmlInputSource(Qt.QIODevice) Constructor

public void QXmlInputSource(Qt.QIODevice dev);

See Also

Qt.QXmlInputSource Class, Qt Namespace

QXmlInputSource(Qt.QFile) Constructor

public void QXmlInputSource(Qt.QFile file);

See Also

Qt.QXmlInputSource Class, Qt Namespace

QXmlInputSource(Qt.QTextStream) Constructor

public void QXmlInputSource(Qt.QTextStream stream);

See Also

Qt.QXmlInputSource Class, Qt Namespace

QXmlInputSource(void *) Constructor

public void QXmlInputSource(void * ptr);

See Also

Qt.QXmlInputSource Class, Qt Namespace

QXmlInputSource.Data Method

public System.String Data();

See Also

Qt.QXmlInputSource Class, Qt Namespace

QXmlInputSource.FetchData Method

public void FetchData();

See Also

Qt.QXmlInputSource Class, Qt Namespace

QXmlInputSource.Finalize Method

protected override void Finalize();

See Also

Qt.QXmlInputSource Class, Qt Namespace

QXmlInputSource.FromRawData(byte[], bool) Method

protected System.String FromRawData(byte[] data, bool beginning);

See Also

Qt.QXmlInputSource Class, Qt Namespace

QXmlInputSource.FromRawData(byte[]) Method

protected System.String FromRawData(byte[] data);

See Also

Qt.QXmlInputSource Class, Qt Namespace

QXmlInputSource.Next Method

public Qt.QChar Next();

See Also

Qt.QXmlInputSource Class, Qt Namespace

QXmlInputSource.Reset Method

public void Reset();

See Also

Qt.QXmlInputSource Class, Qt Namespace

QXmlInputSource.SetData(System.String) Method

public void SetData(System.String dat);

See Also

Qt.QXmlInputSource Class, Qt Namespace

QXmlInputSource.SetData(byte[]) Method

public void SetData(byte[] dat);

See Also

Qt.QXmlInputSource Class, Qt Namespace