org.kde.qt

Class QDomNotation

public class QDomNotation extends QDomNode

Constructor Summary
protected QDomNotation(Class dummy)
QDomNotation()
QDomNotation(QDomNotation x)
Method Summary
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanisNotation()
intnodeType()
StringpublicId()
StringsystemId()

Constructor Detail

QDomNotation

protected QDomNotation(Class dummy)

QDomNotation

public QDomNotation()

QDomNotation

public QDomNotation(QDomNotation x)

Method Detail

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?

isNotation

public boolean isNotation()

nodeType

public int nodeType()

publicId

public String publicId()

systemId

public String systemId()