java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.xml.QDomImplementation
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Information about the features of the DOM implementation
Java wrapper for Qt's class QDomImplementation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enum QDomImplementation::InvalidDataPolicyNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only.QDomImplementation(QDomImplementation arg__1) -
Method Summary
Modifier and TypeMethodDescriptionclone()final QDomDocumentcreateDocument(String nsURI, String qName, QDomDocumentType doctype) final QDomDocumentTypecreateDocumentType(String qName, String publicId, String systemId) booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final booleanhasFeature(String feature, String version) inthashCode()final booleanisNull()static voidMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QDomImplementation
public QDomImplementation() -
QDomImplementation
-
QDomImplementation
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
createDocument
@QtUninvokable public final QDomDocument createDocument(String nsURI, String qName, QDomDocumentType doctype) -
createDocumentType
@QtUninvokable public final QDomDocumentType createDocumentType(String qName, String publicId, String systemId) -
hasFeature
-
isNull
-
invalidDataPolicy
-
setInvalidDataPolicy
-
equals
Description copied from class:io.qt.QtObjectUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-