java.lang.Object
io.qt.QtObject
io.qt.xml.QDomNodeList
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
List of QDomNode objects
Java wrapper for Qt class QDomNodeList
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QDomNodeList arg__1) final QDomNodeat(int index) clone()Creates and returns a copy of this object.final intcount()booleaninthashCode()Returns the objects's hash code computed byqHash(QDomNodeList).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
-
-
Method Details
-
at
-
count
@QtUninvokable public final int count() -
isEmpty
@QtUninvokable public final boolean isEmpty() -
item
-
length
@QtUninvokable public final int length() -
assign
-
size
@QtUninvokable public final int size() -
equals
- Overrides:
equalsin classio.qt.QtObject- Parameters:
other- other object- Returns:
- true if the native counterpart of the two objects are one and the same.
-
hashCode
@QtUninvokable public int hashCode()Returns the objects's hash code computed byqHash(QDomNodeList). -
clone
Creates and returns a copy of this object.
-