org.kde.qt
public class QDomProcessingInstruction extends QDomNode
Constructor Summary | |
---|---|
protected | QDomProcessingInstruction(Class dummy) |
QDomProcessingInstruction() | |
QDomProcessingInstruction(QDomProcessingInstruction x) |
Method Summary | |
---|---|
String | data() |
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? |
boolean | isProcessingInstruction() |
int | nodeType() |
void | setData(String d) |
String | target() |