java.lang.Object
io.qt.QtObject
io.qt.xmlpatterns.QXmlItem
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Contains either an XML node or an atomic value
Java wrapper for Qt class QXmlItem
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
clone()
Creates and returns a copy of this object.boolean
Seeoperator==(QXmlItem,
QXmlItem) int
hashCode()
Returns the objects's hash code computed byqHash(QXmlItem)
.final boolean
final boolean
isNode()
final boolean
isNull()
final Object
final QXmlNodeModelIndex
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QXmlItem
public QXmlItem() -
QXmlItem
-
QXmlItem
-
QXmlItem
-
-
Method Details
-
isAtomicValue
-
isNode
-
isNull
-
assign
-
toAtomicValue
-
toNodeModelIndex
-
equals
See
operator==(QXmlItem,
QXmlItem) -
hashCode
Returns the objects's hash code computed byqHash(QXmlItem)
. -
clone
Creates and returns a copy of this object.
-