java.lang.Object
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
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QDomImplementation::InvalidDataPolicyNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only.QDomImplementation
(QDomImplementation arg__1) -
Method Summary
Modifier and TypeMethodDescriptionclone()
final QDomDocument
createDocument
(String nsURI, String qName, QDomDocumentType doctype) final QDomDocumentType
createDocumentType
(String qName, String publicId, String systemId) boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.final boolean
hasFeature
(String feature, String version) int
hashCode()
final boolean
isNull()
static void
Methods 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:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-