public class QDomProcessingInstruction: QDomNode, System.IDisposable
System.Object
QtSupport
QDomNode
QDomProcessingInstructionThis type implements System.IDisposable.
Qt Namespace
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
public void QDomProcessingInstruction();
Qt.QDomProcessingInstruction Class, Qt Namespace
public void QDomProcessingInstruction(Qt.QDomProcessingInstruction x);
Qt.QDomProcessingInstruction Class, Qt Namespace
public void QDomProcessingInstruction(void * ptr);
Qt.QDomProcessingInstruction Class, Qt Namespace
public System.String Data();
Qt.QDomProcessingInstruction Class, Qt Namespace
protected override void Finalize();
Qt.QDomProcessingInstruction Class, Qt Namespace
public bool IsProcessingInstruction();
Qt.QDomProcessingInstruction Class, Qt Namespace
public NodeType NodeType();
Qt.QDomProcessingInstruction Class, Qt Namespace
public void SetData(System.String d);
Qt.QDomProcessingInstruction Class, Qt Namespace
public System.String Target();
Qt.QDomProcessingInstruction Class, Qt Namespace