org.kde.qt
Class QDomImplementation

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

public class QDomImplementation
extends java.lang.Object
implements QtSupport


Constructor Summary
  QDomImplementation()
           
protected QDomImplementation(java.lang.Class dummy)
           
  QDomImplementation(QDomImplementation arg1)
           
 
Method Summary
 QDomDocument createDocument(java.lang.String nsURI, java.lang.String qName, QDomDocumentType doctype)
           
 QDomDocumentType createDocumentType(java.lang.String qName, java.lang.String publicId, java.lang.String systemId)
           
 void dispose()
          Delete the wrapped C++ instance ahead of finalize()
protected  void finalize()
          Deletes the wrapped C++ instance
 boolean hasFeature(java.lang.String feature, java.lang.String version)
           
 boolean isDisposed()
          Has the wrapped C++ instance been deleted?
 boolean isNull()
           
 boolean op_equals(QDomImplementation arg1)
           
 boolean op_not_equals(QDomImplementation arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QDomImplementation

protected QDomImplementation(java.lang.Class dummy)

QDomImplementation

public QDomImplementation()

QDomImplementation

public QDomImplementation(QDomImplementation arg1)
Method Detail

op_equals

public boolean op_equals(QDomImplementation arg1)

op_not_equals

public boolean op_not_equals(QDomImplementation arg1)

hasFeature

public boolean hasFeature(java.lang.String feature,
                          java.lang.String version)

createDocumentType

public QDomDocumentType createDocumentType(java.lang.String qName,
                                           java.lang.String publicId,
                                           java.lang.String systemId)

createDocument

public QDomDocument createDocument(java.lang.String nsURI,
                                   java.lang.String qName,
                                   QDomDocumentType doctype)

isNull

public boolean isNull()

finalize

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

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

dispose

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


isDisposed

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