Qt.QDomCDATASection Class

public class QDomCDATASection: QDomText, System.IDisposable

Base Types

System.Object
  QtSupport
    QDomNode
      QDomCharacterData
        QDomText
          QDomCDATASection

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QDomCDATASection Constructors

QDomCDATASection() Constructor
QDomCDATASection(Qt.QDomCDATASection) Constructor
QDomCDATASection(void *) Constructor

QDomCDATASection Methods

QDomCDATASection.Finalize Method
QDomCDATASection.IsCDATASection Method
QDomCDATASection.NodeType Method


QDomCDATASection() Constructor

public void QDomCDATASection();

See Also

Qt.QDomCDATASection Class, Qt Namespace

QDomCDATASection(Qt.QDomCDATASection) Constructor

public void QDomCDATASection(Qt.QDomCDATASection x);

See Also

Qt.QDomCDATASection Class, Qt Namespace

QDomCDATASection(void *) Constructor

public void QDomCDATASection(void * ptr);

See Also

Qt.QDomCDATASection Class, Qt Namespace

QDomCDATASection.Finalize Method

protected override void Finalize();

See Also

Qt.QDomCDATASection Class, Qt Namespace

QDomCDATASection.IsCDATASection Method

public bool IsCDATASection();

See Also

Qt.QDomCDATASection Class, Qt Namespace

QDomCDATASection.NodeType Method

public NodeType NodeType();

See Also

Qt.QDomCDATASection Class, Qt Namespace