java.lang.Object
io.qt.QtObject
io.qt.xml.QDomNamedNodeMap
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
Contains a collection of nodes that can be accessed by name
Java wrapper for Qt class QDomNamedNodeMap
-
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(QDomNamedNodeMap arg__1) clone()Creates and returns a copy of this object.final booleanfinal intcount()booleaninthashCode()Returns the objects's hash code computed byqHash(QDomNamedNodeMap).final booleanisEmpty()final QDomNodeitem(int index) final intlength()final QDomNodefinal QDomNodenamedItemNS(String nsURI, String localName) final QDomNoderemoveNamedItem(String name) final QDomNoderemoveNamedItemNS(String nsURI, String localName) final QDomNodesetNamedItem(QDomNode newNode) final QDomNodesetNamedItemNS(QDomNode newNode) final intsize()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QDomNamedNodeMap
public QDomNamedNodeMap() -
QDomNamedNodeMap
-
-
Method Details
-
contains
-
count
@QtUninvokable public final int count() -
isEmpty
@QtUninvokable public final boolean isEmpty() -
item
-
length
@QtUninvokable public final int length() -
namedItem
-
namedItemNS
-
assign
-
removeNamedItem
-
removeNamedItemNS
-
setNamedItem
-
setNamedItemNS
-
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(QDomNamedNodeMap). -
clone
Creates and returns a copy of this object.
-