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

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

The newest version!
package io.qt.xml;

import io.qt.*;


/**
 * 

Represents an XML notation

*

Java wrapper for Qt class QDomNotation

*/ public class QDomNotation extends io.qt.xml.QDomNode implements java.lang.Cloneable { /** *

See QDomNotation::QDomNotation()

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

See QDomNotation::QDomNotation(QDomNotation)

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

See QDomNotation::operator=(QDomNotation)

* @param other */ @QtUninvokable public final void assign(io.qt.xml.@NonNull QDomNotation other){ assign_native_cref_QDomNotation(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(other)); } @QtUninvokable private native void assign_native_cref_QDomNotation(long __this__nativeId, long other); /** *

See QDomNotation::publicId()const

* @return */ @QtUninvokable public final java.lang.@NonNull String publicId(){ return publicId_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native java.lang.String publicId_native_constfct(long __this__nativeId); /** *

See QDomNotation::systemId()const

* @return */ @QtUninvokable public final java.lang.@NonNull String systemId(){ return systemId_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native java.lang.String systemId_native_constfct(long __this__nativeId); /** * Constructor for internal use only. * @param p expected to be null. * @hidden */ @NativeAccess protected QDomNotation(QPrivateConstructor p) { super(p); } /** *

Creates and returns a copy of this object.

See QDomNotation::QDomNotation(QDomNotation)

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy