java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.xml.QDomImplementation
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QDomImplementation extends QtObject implements Cloneable
Information about the features of the DOM implementation
Java wrapper for Qt class QDomImplementation
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QDomImplementation.InvalidDataPolicy
Java wrapper for Qt enum QDomImplementation::InvalidDataPolicy -
Constructor Summary
Constructors Modifier Constructor Description QDomImplementation()
protected
QDomImplementation(QtObject.QPrivateConstructor p)
Constructor for internal use only.QDomImplementation(QDomImplementation arg__1)
-
Method Summary
Modifier and Type Method Description QDomImplementation
clone()
QDomDocument
createDocument(String nsURI, String qName, QDomDocumentType doctype)
QDomDocumentType
createDocumentType(String qName, String publicId, String systemId)
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.boolean
hasFeature(String feature, String version)
int
hashCode()
static QDomImplementation.InvalidDataPolicy
invalidDataPolicy()
boolean
isNull()
static void
setInvalidDataPolicy(QDomImplementation.InvalidDataPolicy policy)
-
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 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
-