//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.qt; import org.kde.qt.Qt; public class QDomDocumentType extends QDomNode { protected QDomDocumentType(Class dummy){super((Class) null);} public QDomDocumentType() { super((Class) null); newQDomDocumentType(); } private native void newQDomDocumentType(); public QDomDocumentType(QDomDocumentType x) { super((Class) null); newQDomDocumentType(x); } private native void newQDomDocumentType(QDomDocumentType x); public native String name(); public native QDomNamedNodeMap entities(); public native QDomNamedNodeMap notations(); public native String publicId(); public native String systemId(); public native String internalSubset(); public native int nodeType(); public native boolean isDocumentType(); /** Deletes the wrapped C++ instance */ protected native void finalize() throws InternalError; /** Delete the wrapped C++ instance ahead of finalize() */ public native void dispose(); /** Has the wrapped C++ instance been deleted? */ public native boolean isDisposed(); }