Qt.QDomComment Class

public class QDomComment: QDomCharacterData, System.IDisposable

Base Types

System.Object
  QtSupport
    QDomNode
      QDomCharacterData
        QDomComment

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QDomComment Constructors

QDomComment() Constructor
QDomComment(Qt.QDomComment) Constructor
QDomComment(void *) Constructor

QDomComment Methods

QDomComment.Finalize Method
QDomComment.IsComment Method
QDomComment.NodeType Method


QDomComment() Constructor

public void QDomComment();

See Also

Qt.QDomComment Class, Qt Namespace

QDomComment(Qt.QDomComment) Constructor

public void QDomComment(Qt.QDomComment x);

See Also

Qt.QDomComment Class, Qt Namespace

QDomComment(void *) Constructor

public void QDomComment(void * ptr);

See Also

Qt.QDomComment Class, Qt Namespace

QDomComment.Finalize Method

protected override void Finalize();

See Also

Qt.QDomComment Class, Qt Namespace

QDomComment.IsComment Method

public bool IsComment();

See Also

Qt.QDomComment Class, Qt Namespace

QDomComment.NodeType Method

public NodeType NodeType();

See Also

Qt.QDomComment Class, Qt Namespace