org.kde.qt

Class QDomAttr

public class QDomAttr extends QDomNode

Constructor Summary
protected QDomAttr(Class dummy)
QDomAttr()
QDomAttr(QDomAttr x)
Method Summary
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisAttr()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
Stringname()
intnodeType()
QDomElementownerElement()
voidsetValue(String arg1)
booleanspecified()
Stringvalue()

Constructor Detail

QDomAttr

protected QDomAttr(Class dummy)

QDomAttr

public QDomAttr()

QDomAttr

public QDomAttr(QDomAttr x)

Method Detail

dispose

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

finalize

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

isAttr

public boolean isAttr()

isDisposed

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

name

public String name()

nodeType

public int nodeType()

ownerElement

public QDomElement ownerElement()

setValue

public void setValue(String arg1)

specified

public boolean specified()

value

public String value()