public class QDomAttr: QDomNode, System.IDisposable
System.Object
QtSupport
QDomNode
QDomAttrThis type implements System.IDisposable.
Qt Namespace
QDomAttr Constructors
QDomAttr() Constructor
QDomAttr(Qt.QDomAttr) Constructor
QDomAttr(void *) Constructor
QDomAttr Methods
QDomAttr.Finalize Method
QDomAttr.IsAttr Method
QDomAttr.Name Method
QDomAttr.NodeType Method
QDomAttr.OwnerElement Method
QDomAttr.SetValue Method
QDomAttr.Specified Method
QDomAttr.Value Method
public void QDomAttr();
Qt.QDomAttr Class, Qt Namespace
public void QDomAttr(Qt.QDomAttr x);
Qt.QDomAttr Class, Qt Namespace
public void QDomAttr(void * ptr);
Qt.QDomAttr Class, Qt Namespace
protected override void Finalize();
Qt.QDomAttr Class, Qt Namespace
public bool IsAttr();
Qt.QDomAttr Class, Qt Namespace
public System.String Name();
Qt.QDomAttr Class, Qt Namespace
public NodeType NodeType();
Qt.QDomAttr Class, Qt Namespace
public Qt.QDomElement OwnerElement();
Qt.QDomAttr Class, Qt Namespace
public void SetValue(System.String arg1);
Qt.QDomAttr Class, Qt Namespace
public bool Specified();
Qt.QDomAttr Class, Qt Namespace
public System.String Value();
Qt.QDomAttr Class, Qt Namespace