Qt.QDomProcessingInstruction Class

public class QDomProcessingInstruction: QDomNode, System.IDisposable

Base Types

System.Object
  QtSupport
    QDomNode
      QDomProcessingInstruction

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QDomProcessingInstruction Constructors

QDomProcessingInstruction() Constructor
QDomProcessingInstruction(Qt.QDomProcessingInstruction) Constructor
QDomProcessingInstruction(void *) Constructor

QDomProcessingInstruction Methods

QDomProcessingInstruction.Data Method
QDomProcessingInstruction.Finalize Method
QDomProcessingInstruction.IsProcessingInstruction Method
QDomProcessingInstruction.NodeType Method
QDomProcessingInstruction.SetData Method
QDomProcessingInstruction.Target Method


QDomProcessingInstruction() Constructor

public void QDomProcessingInstruction();

See Also

Qt.QDomProcessingInstruction Class, Qt Namespace

QDomProcessingInstruction(Qt.QDomProcessingInstruction) Constructor

public void QDomProcessingInstruction(Qt.QDomProcessingInstruction x);

See Also

Qt.QDomProcessingInstruction Class, Qt Namespace

QDomProcessingInstruction(void *) Constructor

public void QDomProcessingInstruction(void * ptr);

See Also

Qt.QDomProcessingInstruction Class, Qt Namespace

QDomProcessingInstruction.Data Method

public System.String Data();

See Also

Qt.QDomProcessingInstruction Class, Qt Namespace

QDomProcessingInstruction.Finalize Method

protected override void Finalize();

See Also

Qt.QDomProcessingInstruction Class, Qt Namespace

QDomProcessingInstruction.IsProcessingInstruction Method

public bool IsProcessingInstruction();

See Also

Qt.QDomProcessingInstruction Class, Qt Namespace

QDomProcessingInstruction.NodeType Method

public NodeType NodeType();

See Also

Qt.QDomProcessingInstruction Class, Qt Namespace

QDomProcessingInstruction.SetData Method

public void SetData(System.String d);

See Also

Qt.QDomProcessingInstruction Class, Qt Namespace

QDomProcessingInstruction.Target Method

public System.String Target();

See Also

Qt.QDomProcessingInstruction Class, Qt Namespace