org.kde.qt

Class QDomProcessingInstruction

public class QDomProcessingInstruction extends QDomNode

Constructor Summary
protected QDomProcessingInstruction(Class dummy)
QDomProcessingInstruction()
QDomProcessingInstruction(QDomProcessingInstruction x)
Method Summary
Stringdata()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanisProcessingInstruction()
intnodeType()
voidsetData(String d)
Stringtarget()

Constructor Detail

QDomProcessingInstruction

protected QDomProcessingInstruction(Class dummy)

QDomProcessingInstruction

public QDomProcessingInstruction()

QDomProcessingInstruction

public QDomProcessingInstruction(QDomProcessingInstruction x)

Method Detail

data

public String data()

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?

isProcessingInstruction

public boolean isProcessingInstruction()

nodeType

public int nodeType()

setData

public void setData(String d)

target

public String target()