public class QDomImplementation: QtSupport, System.IDisposable
System.Object
QtSupport
QDomImplementationThis type implements System.IDisposable.
Qt Namespace
QDomImplementation Constructors
QDomImplementation() Constructor
QDomImplementation(void *) Constructor
QDomImplementation Methods
QDomImplementation.CreateDocument Method
QDomImplementation.CreateDocumentType Method
QDomImplementation.Finalize Method
QDomImplementation.HasFeature Method
QDomImplementation.IsNull Method
public void QDomImplementation();
Qt.QDomImplementation Class, Qt Namespace
public void QDomImplementation(void * ptr);
Qt.QDomImplementation Class, Qt Namespace
public Qt.QDomDocument CreateDocument(System.String nsURI, System.String qName, Qt.QDomDocumentType doctype);
Qt.QDomImplementation Class, Qt Namespace
public Qt.QDomDocumentType CreateDocumentType(System.String qName, System.String publicId, System.String systemId);
Qt.QDomImplementation Class, Qt Namespace
protected override void Finalize();
Qt.QDomImplementation Class, Qt Namespace
public bool HasFeature(System.String feature, System.String version);
Qt.QDomImplementation Class, Qt Namespace
public bool IsNull();
Qt.QDomImplementation Class, Qt Namespace