Qt.QXmlAttributes Class

public class QXmlAttributes: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QXmlAttributes

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QXmlAttributes() Constructor

public void QXmlAttributes();

See Also

Qt.QXmlAttributes Class, Qt Namespace

QXmlAttributes(void *) Constructor

public void QXmlAttributes(void * ptr);

See Also

Qt.QXmlAttributes Class, Qt Namespace

QXmlAttributes.Append Method

public void Append(System.String qName, System.String uri, System.String localPart, System.String value);

See Also

Qt.QXmlAttributes Class, Qt Namespace

QXmlAttributes.Clear Method

public void Clear();

See Also

Qt.QXmlAttributes Class, Qt Namespace

QXmlAttributes.Count Method

public int Count();

See Also

Qt.QXmlAttributes Class, Qt Namespace

QXmlAttributes.Finalize Method

protected override void Finalize();

See Also

Qt.QXmlAttributes Class, Qt Namespace

QXmlAttributes.Index(System.String) Method

public int Index(System.String qName);

See Also

Qt.QXmlAttributes Class, Qt Namespace

QXmlAttributes.Index(System.String, System.String) Method

public int Index(System.String uri, System.String localPart);

See Also

Qt.QXmlAttributes Class, Qt Namespace

QXmlAttributes.Length Method

public int Length();

See Also

Qt.QXmlAttributes Class, Qt Namespace

QXmlAttributes.LocalName Method

public System.String LocalName(int index);

See Also

Qt.QXmlAttributes Class, Qt Namespace

QXmlAttributes.QName Method

public System.String QName(int index);

See Also

Qt.QXmlAttributes Class, Qt Namespace

QXmlAttributes.Type(int) Method

public System.String Type(int index);

See Also

Qt.QXmlAttributes Class, Qt Namespace

QXmlAttributes.Type(System.String) Method

public System.String Type(System.String qName);

See Also

Qt.QXmlAttributes Class, Qt Namespace

QXmlAttributes.Type(System.String, System.String) Method

public System.String Type(System.String uri, System.String localName);

See Also

Qt.QXmlAttributes Class, Qt Namespace

QXmlAttributes.Uri Method

public System.String Uri(int index);

See Also

Qt.QXmlAttributes Class, Qt Namespace

QXmlAttributes.Value(int) Method

public System.String Value(int index);

See Also

Qt.QXmlAttributes Class, Qt Namespace

QXmlAttributes.Value(System.String) Method

public System.String Value(System.String qName);

See Also

Qt.QXmlAttributes Class, Qt Namespace

QXmlAttributes.Value(System.String, System.String) Method

public System.String Value(System.String uri, System.String localName);

See Also

Qt.QXmlAttributes Class, Qt Namespace