Qt.QDomEntity Class

public class QDomEntity: QDomNode, System.IDisposable

Base Types

System.Object
  QtSupport
    QDomNode
      QDomEntity

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QDomEntity Constructors

QDomEntity() Constructor
QDomEntity(Qt.QDomEntity) Constructor
QDomEntity(void *) Constructor

QDomEntity Methods

QDomEntity.Finalize Method
QDomEntity.IsEntity Method
QDomEntity.NodeType Method
QDomEntity.NotationName Method
QDomEntity.PublicId Method
QDomEntity.SystemId Method


QDomEntity() Constructor

public void QDomEntity();

See Also

Qt.QDomEntity Class, Qt Namespace

QDomEntity(Qt.QDomEntity) Constructor

public void QDomEntity(Qt.QDomEntity x);

See Also

Qt.QDomEntity Class, Qt Namespace

QDomEntity(void *) Constructor

public void QDomEntity(void * ptr);

See Also

Qt.QDomEntity Class, Qt Namespace

QDomEntity.Finalize Method

protected override void Finalize();

See Also

Qt.QDomEntity Class, Qt Namespace

QDomEntity.IsEntity Method

public bool IsEntity();

See Also

Qt.QDomEntity Class, Qt Namespace

QDomEntity.NodeType Method

public NodeType NodeType();

See Also

Qt.QDomEntity Class, Qt Namespace

QDomEntity.NotationName Method

public System.String NotationName();

See Also

Qt.QDomEntity Class, Qt Namespace

QDomEntity.PublicId Method

public System.String PublicId();

See Also

Qt.QDomEntity Class, Qt Namespace

QDomEntity.SystemId Method

public System.String SystemId();

See Also

Qt.QDomEntity Class, Qt Namespace