Qt.QDomNotation Class

public class QDomNotation: QDomNode, System.IDisposable

Base Types

System.Object
  QtSupport
    QDomNode
      QDomNotation

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QDomNotation Constructors

QDomNotation() Constructor
QDomNotation(Qt.QDomNotation) Constructor
QDomNotation(void *) Constructor

QDomNotation Methods

QDomNotation.Finalize Method
QDomNotation.IsNotation Method
QDomNotation.NodeType Method
QDomNotation.PublicId Method
QDomNotation.SystemId Method


QDomNotation() Constructor

public void QDomNotation();

See Also

Qt.QDomNotation Class, Qt Namespace

QDomNotation(Qt.QDomNotation) Constructor

public void QDomNotation(Qt.QDomNotation x);

See Also

Qt.QDomNotation Class, Qt Namespace

QDomNotation(void *) Constructor

public void QDomNotation(void * ptr);

See Also

Qt.QDomNotation Class, Qt Namespace

QDomNotation.Finalize Method

protected override void Finalize();

See Also

Qt.QDomNotation Class, Qt Namespace

QDomNotation.IsNotation Method

public bool IsNotation();

See Also

Qt.QDomNotation Class, Qt Namespace

QDomNotation.NodeType Method

public NodeType NodeType();

See Also

Qt.QDomNotation Class, Qt Namespace

QDomNotation.PublicId Method

public System.String PublicId();

See Also

Qt.QDomNotation Class, Qt Namespace

QDomNotation.SystemId Method

public System.String SystemId();

See Also

Qt.QDomNotation Class, Qt Namespace