org.kde.qt
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 | |
|---|---|
| int | columnNumber() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| int | lineNumber() |
| String | message() |
| String | publicId() |
| String | systemId() |