org.kde.qt

Class QXmlParseException

public class QXmlParseException extends Object implements QtSupport

Constructor Summary
protected QXmlParseException(Class dummy)
QXmlParseException(String name, int c, int l, String p, String s)
QXmlParseException(String name, int c, int l, String p)
QXmlParseException(String name, int c, int l)
QXmlParseException(String name, int c)
QXmlParseException(String name)
QXmlParseException()
Method Summary
intcolumnNumber()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
intlineNumber()
Stringmessage()
StringpublicId()
StringsystemId()

Constructor Detail

QXmlParseException

protected QXmlParseException(Class dummy)

QXmlParseException

public QXmlParseException(String name, int c, int l, String p, String s)

QXmlParseException

public QXmlParseException(String name, int c, int l, String p)

QXmlParseException

public QXmlParseException(String name, int c, int l)

QXmlParseException

public QXmlParseException(String name, int c)

QXmlParseException

public QXmlParseException(String name)

QXmlParseException

public QXmlParseException()

Method Detail

columnNumber

public int columnNumber()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

lineNumber

public int lineNumber()

message

public String message()

publicId

public String publicId()

systemId

public String systemId()