org.kde.qt
public class QXmlInputSource extends Object implements QtSupport
| Constructor Summary | |
|---|---|
| protected | QXmlInputSource(Class dummy) |
| QXmlInputSource() | |
| QXmlInputSource(QIODeviceInterface dev) | |
| QXmlInputSource(QFile file) | |
| QXmlInputSource(QTextStream stream) | |
| Method Summary | |
|---|---|
| String | data() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| void | fetchData() |
| protected void | finalize() Deletes the wrapped C++ instance |
| protected String | fromRawData(byte[] data, boolean beginning) |
| protected String | fromRawData(byte[] data) |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| char | next() |
| void | reset() |
| void | setData(String dat) |
| void | setData(byte[] dat) |