org.kde.qt

Class QXmlInputSource

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
Stringdata()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
voidfetchData()
protected voidfinalize()
Deletes the wrapped C++ instance
protected StringfromRawData(byte[] data, boolean beginning)
protected StringfromRawData(byte[] data)
booleanisDisposed()
Has the wrapped C++ instance been deleted?
charnext()
voidreset()
voidsetData(String dat)
voidsetData(byte[] dat)

Constructor Detail

QXmlInputSource

protected QXmlInputSource(Class dummy)

QXmlInputSource

public QXmlInputSource()

QXmlInputSource

public QXmlInputSource(QIODeviceInterface dev)

QXmlInputSource

public QXmlInputSource(QFile file)

QXmlInputSource

public QXmlInputSource(QTextStream stream)

Method Detail

data

public String data()

dispose

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

fetchData

public void fetchData()

finalize

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

fromRawData

protected String fromRawData(byte[] data, boolean beginning)

fromRawData

protected String fromRawData(byte[] data)

isDisposed

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

next

public char next()

reset

public void reset()

setData

public void setData(String dat)

setData

public void setData(byte[] dat)