org.kde.qt

Class QDomImplementation

public class QDomImplementation extends Object implements QtSupport

Constructor Summary
protected QDomImplementation(Class dummy)
QDomImplementation()
QDomImplementation(QDomImplementation arg1)
Method Summary
QDomDocumentcreateDocument(String nsURI, String qName, QDomDocumentType doctype)
QDomDocumentTypecreateDocumentType(String qName, String publicId, String systemId)
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanhasFeature(String feature, String version)
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanisNull()
booleanop_equals(QDomImplementation arg1)
booleanop_not_equals(QDomImplementation arg1)

Constructor Detail

QDomImplementation

protected QDomImplementation(Class dummy)

QDomImplementation

public QDomImplementation()

QDomImplementation

public QDomImplementation(QDomImplementation arg1)

Method Detail

createDocument

public QDomDocument createDocument(String nsURI, String qName, QDomDocumentType doctype)

createDocumentType

public QDomDocumentType createDocumentType(String qName, String publicId, String systemId)

dispose

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

finalize

protected void finalize()
Deletes the wrapped C++ instance

hasFeature

public boolean hasFeature(String feature, String version)

isDisposed

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

isNull

public boolean isNull()

op_equals

public boolean op_equals(QDomImplementation arg1)

op_not_equals

public boolean op_not_equals(QDomImplementation arg1)