java.lang.Object
io.qt.QtObject
io.qt.xml.QDomImplementation
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
Information about the features of the DOM implementation
Java wrapper for Qt class QDomImplementation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQDomImplementation::InvalidDataPolicyNested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QDomImplementation arg__1) clone()Creates and returns a copy of this object.final QDomDocumentcreateDocument(String nsURI, String qName, QDomDocumentType doctype) final QDomDocumentTypecreateDocumentType(String qName, String publicId, String systemId) booleanfinal booleanhasFeature(String feature, String version) inthashCode()Returns the objects's hash code computed byqHash(QDomImplementation).final booleanisNull()static voidMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QDomImplementation
public QDomImplementation() -
QDomImplementation
-
-
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
@QtUninvokable public final boolean isNull() -
assign
-
invalidDataPolicy
-
setInvalidDataPolicy
-
equals
- Overrides:
equalsin classio.qt.QtObject- Parameters:
other- other object- Returns:
- true if the native counterpart of the two objects are one and the same.
-
hashCode
@QtUninvokable public int hashCode()Returns the objects's hash code computed byqHash(QDomImplementation). -
clone
Creates and returns a copy of this object.
-