java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.xml.QDomNodeList
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
List of QDomNode objects
Java wrapper for Qt's class QDomNodeList
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedQDomNodeList(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.QDomNodeList(QDomNodeList arg__1) -
Method Summary
Modifier and TypeMethodDescriptionfinal QDomNodeat(int index) clone()final intcount()booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.inthashCode()final booleanisEmpty()final QDomNodeitem(int index) final intlength()final intsize()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QDomNodeList
public QDomNodeList() -
QDomNodeList
-
QDomNodeList
protected QDomNodeList(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
at
-
count
@QtUninvokable public final int count() -
isEmpty
@QtUninvokable public final boolean isEmpty() -
item
-
length
@QtUninvokable public final int length() -
size
@QtUninvokable public final int size() -
equals
Description copied from class:io.qt.QtObjectUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation.- Overrides:
equalsin classio.qt.QtObject- Parameters:
other- The object with which to compare- Returns:
- true if the native resources of the two objects are one and the same.
-
hashCode
@QtUninvokable public int hashCode() -
clone
-