Qt.QXmlParseException Class

public class QXmlParseException: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QXmlParseException

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QXmlParseException Constructors

QXmlParseException(System.String, int, int, System.String, System.String) Constructor
QXmlParseException() Constructor
QXmlParseException(System.String) Constructor
QXmlParseException(System.String, int) Constructor
QXmlParseException(System.String, int, int) Constructor
QXmlParseException(System.String, int, int, System.String) Constructor
QXmlParseException(void *) Constructor

QXmlParseException Methods

QXmlParseException.ColumnNumber Method
QXmlParseException.Finalize Method
QXmlParseException.LineNumber Method
QXmlParseException.Message Method
QXmlParseException.PublicId Method
QXmlParseException.SystemId Method


QXmlParseException(System.String, int, int, System.String, System.String) Constructor

public void QXmlParseException(System.String name, int c, int l, System.String p, System.String s);

See Also

Qt.QXmlParseException Class, Qt Namespace

QXmlParseException() Constructor

public void QXmlParseException();

See Also

Qt.QXmlParseException Class, Qt Namespace

QXmlParseException(System.String) Constructor

public void QXmlParseException(System.String name);

See Also

Qt.QXmlParseException Class, Qt Namespace

QXmlParseException(System.String, int) Constructor

public void QXmlParseException(System.String name, int c);

See Also

Qt.QXmlParseException Class, Qt Namespace

QXmlParseException(System.String, int, int) Constructor

public void QXmlParseException(System.String name, int c, int l);

See Also

Qt.QXmlParseException Class, Qt Namespace

QXmlParseException(System.String, int, int, System.String) Constructor

public void QXmlParseException(System.String name, int c, int l, System.String p);

See Also

Qt.QXmlParseException Class, Qt Namespace

QXmlParseException(void *) Constructor

public void QXmlParseException(void * ptr);

See Also

Qt.QXmlParseException Class, Qt Namespace

QXmlParseException.ColumnNumber Method

public int ColumnNumber();

See Also

Qt.QXmlParseException Class, Qt Namespace

QXmlParseException.Finalize Method

protected override void Finalize();

See Also

Qt.QXmlParseException Class, Qt Namespace

QXmlParseException.LineNumber Method

public int LineNumber();

See Also

Qt.QXmlParseException Class, Qt Namespace

QXmlParseException.Message Method

public System.String Message();

See Also

Qt.QXmlParseException Class, Qt Namespace

QXmlParseException.PublicId Method

public System.String PublicId();

See Also

Qt.QXmlParseException Class, Qt Namespace

QXmlParseException.SystemId Method

public System.String SystemId();

See Also

Qt.QXmlParseException Class, Qt Namespace