org.kde.qt
Class QDomEntity

java.lang.Object
  extended by org.kde.qt.QDomNode
      extended by org.kde.qt.QDomEntity
All Implemented Interfaces:
QtSupport

public class QDomEntity
extends QDomNode


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
  QDomEntity()
           
protected QDomEntity(java.lang.Class dummy)
           
  QDomEntity(QDomEntity 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 isEntity()
           
 int nodeType()
           
 java.lang.String notationName()
           
 java.lang.String publicId()
           
 java.lang.String systemId()
           
 
Methods inherited from class org.kde.qt.QDomNode
appendChild, attributes, childNodes, clear, cloneNode, cloneNode, firstChild, hasAttributes, hasChildNodes, insertAfter, insertBefore, isAttr, isCDATASection, isCharacterData, isComment, isDocument, isDocumentFragment, isDocumentType, isElement, isEntityReference, isNotation, isNull, isProcessingInstruction, isSupported, isText, lastChild, localName, namedItem, namespaceURI, nextSibling, nodeName, nodeValue, normalize, op_equals, op_not_equals, ownerDocument, parentNode, prefix, previousSibling, removeChild, replaceChild, save, setNodeValue, setPrefix, toAttr, toCDATASection, toCharacterData, toComment, toDocument, toDocumentFragment, toDocumentType, toElement, toEntity, toEntityReference, toNotation, toProcessingInstruction, toText
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QDomEntity

protected QDomEntity(java.lang.Class dummy)

QDomEntity

public QDomEntity()

QDomEntity

public QDomEntity(QDomEntity x)
Method Detail

publicId

public java.lang.String publicId()

systemId

public java.lang.String systemId()

notationName

public java.lang.String notationName()

nodeType

public int nodeType()
Overrides:
nodeType in class QDomNode

isEntity

public boolean isEntity()
Overrides:
isEntity in class QDomNode

finalize

protected void finalize()
                 throws java.lang.InternalError
Deletes the wrapped C++ instance

Overrides:
finalize in class QDomNode
Throws:
java.lang.InternalError

dispose

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

Overrides:
dispose in class QDomNode

isDisposed

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

Overrides:
isDisposed in class QDomNode