java.lang.Object
io.qt.QtObject
io.qt.xml.QDomNodeList
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
,Iterable<QDomNode>
List of QDomNode objects
Java wrapper for Qt class QDomNodeList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QDomNodeList other) final QDomNode
at
(int index) clone()
Creates and returns a copy of this object.protected final QSequentialConstIterator<QDomNode>
protected final QSequentialConstIterator<QDomNode>
constEnd()
final int
count()
final boolean
equals
(QDomNodeList rhs) boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QDomNodeList)
.final boolean
isEmpty()
final QDomNode
item
(int index) iterator()
Returns an iterator for this iterable object.final int
length()
final int
size()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
QDomNodeList
public QDomNodeList() -
QDomNodeList
- Parameters:
nodeList
-
-
-
Method Details
-
at
- Parameters:
index
-- Returns:
-
constBegin
- Returns:
- Since:
- This function was introduced in Qt 6.9.
-
constEnd
- Returns:
- Since:
- This function was introduced in Qt 6.9.
-
count
- Returns:
-
isEmpty
- Returns:
-
item
- Parameters:
index
-- Returns:
-
length
- Returns:
-
assign
- Parameters:
other
-
-
equals
- Parameters:
rhs
-- Returns:
-
size
- Returns:
-
iterator
Returns an iterator for this iterable object. -
equals
-
hashCode
Returns the objects's hash code computed byqHash(QDomNodeList)
. -
clone
Creates and returns a copy of this object.
-