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
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()final booleanequals(QDomNodeList arg__1) 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
- Parameters:
arg__1-
-
-
Method Details
-
at
- Parameters:
index-- Returns:
-
count
- Returns:
-
isEmpty
- Returns:
-
item
- Parameters:
index-- Returns:
-
length
- Returns:
-
assign
- Parameters:
arg__1-
-
equals
- Parameters:
arg__1-- Returns:
-
size
- Returns:
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QDomNodeList). -
clone
Creates and returns a copy of this object.
-