|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.qt.QDomNode
org.kde.qt.QDomNotation
public class QDomNotation
Field Summary |
---|
Fields inherited from class org.kde.qt.QDomNode |
---|
AttributeNode, BaseNode, CDATASectionNode, CharacterDataNode, CommentNode, DocumentFragmentNode, DocumentNode, DocumentTypeNode, ElementNode, EntityNode, EntityReferenceNode, NotationNode, ProcessingInstructionNode, TextNode |
Constructor Summary | |
---|---|
|
QDomNotation()
|
protected |
QDomNotation(java.lang.Class dummy)
|
|
QDomNotation(QDomNotation x)
|
Method Summary | |
---|---|
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 |
isNotation()
|
int |
nodeType()
|
java.lang.String |
publicId()
|
java.lang.String |
systemId()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected QDomNotation(java.lang.Class dummy)
public QDomNotation()
public QDomNotation(QDomNotation x)
Method Detail |
---|
public java.lang.String publicId()
public java.lang.String systemId()
public int nodeType()
nodeType
in class QDomNode
public boolean isNotation()
isNotation
in class QDomNode
protected void finalize() throws java.lang.InternalError
finalize
in class QDomNode
java.lang.InternalError
public void dispose()
dispose
in class QDomNode
public boolean isDisposed()
isDisposed
in class QDomNode
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |