java.lang.Object
io.qt.QtObject
io.qt.xml.QDomNodeList
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
List of QDomNode objects
Java wrapper for Qt class QDomNodeList
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QDomNodeList arg__1) final QDomNode
at
(int index) clone()
Creates and returns a copy of this object.final int
count()
final boolean
equals
(QDomNodeList arg__1) boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QDomNodeList)
.final boolean
isEmpty()
final QDomNode
item
(int index) final int
length()
final int
size()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QDomNodeList
public QDomNodeList() -
QDomNodeList
-
-
Method Details
-
at
-
count
-
isEmpty
-
item
-
length
-
assign
-
equals
-
size
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QDomNodeList)
. -
clone
Creates and returns a copy of this object.
-