Qt.QXmlNamespaceSupport Class

public class QXmlNamespaceSupport: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QXmlNamespaceSupport

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QXmlNamespaceSupport Constructors

QXmlNamespaceSupport() Constructor
QXmlNamespaceSupport(void *) Constructor

QXmlNamespaceSupport Methods

QXmlNamespaceSupport.Finalize Method
QXmlNamespaceSupport.PopContext Method
QXmlNamespaceSupport.Prefix Method
QXmlNamespaceSupport.Prefixes() Method
QXmlNamespaceSupport.Prefixes(System.String) Method
QXmlNamespaceSupport.ProcessName Method
QXmlNamespaceSupport.PushContext Method
QXmlNamespaceSupport.Reset Method
QXmlNamespaceSupport.SetPrefix Method
QXmlNamespaceSupport.SplitName Method
QXmlNamespaceSupport.Uri Method


QXmlNamespaceSupport() Constructor

public void QXmlNamespaceSupport();

See Also

Qt.QXmlNamespaceSupport Class, Qt Namespace

QXmlNamespaceSupport(void *) Constructor

public void QXmlNamespaceSupport(void * ptr);

See Also

Qt.QXmlNamespaceSupport Class, Qt Namespace

QXmlNamespaceSupport.Finalize Method

protected override void Finalize();

See Also

Qt.QXmlNamespaceSupport Class, Qt Namespace

QXmlNamespaceSupport.PopContext Method

public void PopContext();

See Also

Qt.QXmlNamespaceSupport Class, Qt Namespace

QXmlNamespaceSupport.Prefix Method

public System.String Prefix(System.String arg1);

See Also

Qt.QXmlNamespaceSupport Class, Qt Namespace

QXmlNamespaceSupport.Prefixes() Method

public Qt.QStringList Prefixes();

See Also

Qt.QXmlNamespaceSupport Class, Qt Namespace

QXmlNamespaceSupport.Prefixes(System.String) Method

public Qt.QStringList Prefixes(System.String arg1);

See Also

Qt.QXmlNamespaceSupport Class, Qt Namespace

QXmlNamespaceSupport.ProcessName Method

public void ProcessName(System.String arg1, bool arg2, System.String arg3, System.String arg4);

See Also

Qt.QXmlNamespaceSupport Class, Qt Namespace

QXmlNamespaceSupport.PushContext Method

public void PushContext();

See Also

Qt.QXmlNamespaceSupport Class, Qt Namespace

QXmlNamespaceSupport.Reset Method

public void Reset();

See Also

Qt.QXmlNamespaceSupport Class, Qt Namespace

QXmlNamespaceSupport.SetPrefix Method

public void SetPrefix(System.String arg1, System.String arg2);

See Also

Qt.QXmlNamespaceSupport Class, Qt Namespace

QXmlNamespaceSupport.SplitName Method

public void SplitName(System.String arg1, System.String arg2, System.String arg3);

See Also

Qt.QXmlNamespaceSupport Class, Qt Namespace

QXmlNamespaceSupport.Uri Method

public System.String Uri(System.String arg1);

See Also

Qt.QXmlNamespaceSupport Class, Qt Namespace