public class QXmlInputSource: QtSupport, System.IDisposable
System.Object
QtSupport
QXmlInputSourceThis type implements System.IDisposable.
Qt Namespace
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
public void QXmlInputSource();
Qt.QXmlInputSource Class, Qt Namespace
public void QXmlInputSource(Qt.QIODevice dev);
Qt.QXmlInputSource Class, Qt Namespace
public void QXmlInputSource(Qt.QFile file);
Qt.QXmlInputSource Class, Qt Namespace
public void QXmlInputSource(Qt.QTextStream stream);
Qt.QXmlInputSource Class, Qt Namespace
public void QXmlInputSource(void * ptr);
Qt.QXmlInputSource Class, Qt Namespace
public System.String Data();
Qt.QXmlInputSource Class, Qt Namespace
public void FetchData();
Qt.QXmlInputSource Class, Qt Namespace
protected override void Finalize();
Qt.QXmlInputSource Class, Qt Namespace
protected System.String FromRawData(byte[] data, bool beginning);
Qt.QXmlInputSource Class, Qt Namespace
protected System.String FromRawData(byte[] data);
Qt.QXmlInputSource Class, Qt Namespace
public Qt.QChar Next();
Qt.QXmlInputSource Class, Qt Namespace
public void Reset();
Qt.QXmlInputSource Class, Qt Namespace
public void SetData(System.String dat);
Qt.QXmlInputSource Class, Qt Namespace
public void SetData(byte[] dat);
Qt.QXmlInputSource Class, Qt Namespace