public class QXmlAttributes: QtSupport, System.IDisposable
System.Object
QtSupport
QXmlAttributesThis type implements System.IDisposable.
Qt Namespace
QXmlAttributes Constructors
QXmlAttributes() Constructor
QXmlAttributes(void *) Constructor
QXmlAttributes Methods
QXmlAttributes.Append Method
QXmlAttributes.Clear Method
QXmlAttributes.Count Method
QXmlAttributes.Finalize Method
QXmlAttributes.Index(System.String) Method
QXmlAttributes.Index(System.String, System.String) Method
QXmlAttributes.Length Method
QXmlAttributes.LocalName Method
QXmlAttributes.QName Method
QXmlAttributes.Type(int) Method
QXmlAttributes.Type(System.String) Method
QXmlAttributes.Type(System.String, System.String) Method
QXmlAttributes.Uri Method
QXmlAttributes.Value(int) Method
QXmlAttributes.Value(System.String) Method
QXmlAttributes.Value(System.String, System.String) Method
public void QXmlAttributes();
Qt.QXmlAttributes Class, Qt Namespace
public void QXmlAttributes(void * ptr);
Qt.QXmlAttributes Class, Qt Namespace
public void Append(System.String qName, System.String uri, System.String localPart, System.String value);
Qt.QXmlAttributes Class, Qt Namespace
public void Clear();
Qt.QXmlAttributes Class, Qt Namespace
public int Count();
Qt.QXmlAttributes Class, Qt Namespace
protected override void Finalize();
Qt.QXmlAttributes Class, Qt Namespace
public int Index(System.String qName);
Qt.QXmlAttributes Class, Qt Namespace
public int Index(System.String uri, System.String localPart);
Qt.QXmlAttributes Class, Qt Namespace
public int Length();
Qt.QXmlAttributes Class, Qt Namespace
public System.String LocalName(int index);
Qt.QXmlAttributes Class, Qt Namespace
public System.String QName(int index);
Qt.QXmlAttributes Class, Qt Namespace
public System.String Type(int index);
Qt.QXmlAttributes Class, Qt Namespace
public System.String Type(System.String qName);
Qt.QXmlAttributes Class, Qt Namespace
public System.String Type(System.String uri, System.String localName);
Qt.QXmlAttributes Class, Qt Namespace
public System.String Uri(int index);
Qt.QXmlAttributes Class, Qt Namespace
public System.String Value(int index);
Qt.QXmlAttributes Class, Qt Namespace
public System.String Value(System.String qName);
Qt.QXmlAttributes Class, Qt Namespace
public System.String Value(System.String uri, System.String localName);
Qt.QXmlAttributes Class, Qt Namespace