Qt.QDomEntityReference Class

public class QDomEntityReference: QDomNode, System.IDisposable

Base Types

System.Object
  QtSupport
    QDomNode
      QDomEntityReference

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QDomEntityReference Constructors

QDomEntityReference() Constructor
QDomEntityReference(Qt.QDomEntityReference) Constructor
QDomEntityReference(void *) Constructor

QDomEntityReference Methods

QDomEntityReference.Finalize Method
QDomEntityReference.IsEntityReference Method
QDomEntityReference.NodeType Method


QDomEntityReference() Constructor

public void QDomEntityReference();

See Also

Qt.QDomEntityReference Class, Qt Namespace

QDomEntityReference(Qt.QDomEntityReference) Constructor

public void QDomEntityReference(Qt.QDomEntityReference x);

See Also

Qt.QDomEntityReference Class, Qt Namespace

QDomEntityReference(void *) Constructor

public void QDomEntityReference(void * ptr);

See Also

Qt.QDomEntityReference Class, Qt Namespace

QDomEntityReference.Finalize Method

protected override void Finalize();

See Also

Qt.QDomEntityReference Class, Qt Namespace

QDomEntityReference.IsEntityReference Method

public bool IsEntityReference();

See Also

Qt.QDomEntityReference Class, Qt Namespace

QDomEntityReference.NodeType Method

public NodeType NodeType();

See Also

Qt.QDomEntityReference Class, Qt Namespace