All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.qt.xml.QDomComment Maven / Gradle / Ivy

The newest version!
package io.qt.xml;

import io.qt.*;


/**
 * 

Represents an XML comment

*

Java wrapper for Qt class QDomComment

*/ public class QDomComment extends io.qt.xml.QDomCharacterData implements java.lang.Cloneable { /** *

See QDomComment::QDomComment()

*/ public QDomComment(){ super((QPrivateConstructor)null); initialize_native(this); } private native static void initialize_native(QDomComment instance); /** *

See QDomComment::QDomComment(QDomComment)

* @param comment */ public QDomComment(io.qt.xml.@NonNull QDomComment comment){ super((QPrivateConstructor)null); initialize_native(this, comment); } private native static void initialize_native(QDomComment instance, io.qt.xml.QDomComment comment); /** *

See QDomComment::operator=(QDomComment)

* @param other */ @QtUninvokable public final void assign(io.qt.xml.@NonNull QDomComment other){ assign_native_cref_QDomComment(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(other)); } @QtUninvokable private native void assign_native_cref_QDomComment(long __this__nativeId, long other); /** * Constructor for internal use only. * @param p expected to be null. * @hidden */ @NativeAccess protected QDomComment(QPrivateConstructor p) { super(p); } /** *

Creates and returns a copy of this object.

See QDomComment::QDomComment(QDomComment)

*/ @QtUninvokable @Override public QDomComment clone() { return clone_native(QtJambi_LibraryUtilities.internal.nativeId(this)); } private static native QDomComment clone_native(long __this_nativeId); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy