//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.qt; import org.kde.qt.Qt; public class TQDomDocumentType extends TQDomNode { protected TQDomDocumentType(Class dummy){super((Class) null);} public TQDomDocumentType() { super((Class) null); newTQDomDocumentType(); } private native void newTQDomDocumentType(); public TQDomDocumentType(TQDomDocumentType x) { super((Class) null); newTQDomDocumentType(x); } private native void newTQDomDocumentType(TQDomDocumentType x); public native String name(); public native TQDomNamedNodeMap entities(); public native TQDomNamedNodeMap 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(); }