Qt.QDomNodeList Class

public class QDomNodeList: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QDomNodeList

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QDomNodeList Constructors

QDomNodeList() Constructor
QDomNodeList(Qt.QDomNodeList) Constructor
QDomNodeList(void *) Constructor

QDomNodeList Methods

QDomNodeList.Count Method
QDomNodeList.Finalize Method
QDomNodeList.Item Method
QDomNodeList.Length Method


QDomNodeList() Constructor

public void QDomNodeList();

See Also

Qt.QDomNodeList Class, Qt Namespace

QDomNodeList(Qt.QDomNodeList) Constructor

public void QDomNodeList(Qt.QDomNodeList arg1);

See Also

Qt.QDomNodeList Class, Qt Namespace

QDomNodeList(void *) Constructor

public void QDomNodeList(void * ptr);

See Also

Qt.QDomNodeList Class, Qt Namespace

QDomNodeList.Count Method

public uint Count();

See Also

Qt.QDomNodeList Class, Qt Namespace

QDomNodeList.Finalize Method

protected override void Finalize();

See Also

Qt.QDomNodeList Class, Qt Namespace

QDomNodeList.Item Method

public Qt.QDomNode Item(int index);

See Also

Qt.QDomNodeList Class, Qt Namespace

QDomNodeList.Length Method

public uint Length();

See Also

Qt.QDomNodeList Class, Qt Namespace