org.kde.qt
Class QDomImplementation
java.lang.Object
org.kde.qt.QDomImplementation
- All Implemented Interfaces:
- QtSupport
public class QDomImplementation
- extends java.lang.Object
- implements QtSupport
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QDomImplementation
protected QDomImplementation(java.lang.Class dummy)
QDomImplementation
public QDomImplementation()
QDomImplementation
public QDomImplementation(QDomImplementation arg1)
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?