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
- Since:
- This class was introduced in Qt 4.4.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
clone()
Creates and returns a copy of this object.final boolean
Seeoperator==(QXmlItem,
QXmlItem) 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
- Parameters:
atomicValue
-
-
QXmlItem
- Parameters:
other
-
-
QXmlItem
- Parameters:
node
-
-
-
Method Details
-
isAtomicValue
- Returns:
-
isNode
- Returns:
-
isNull
- Returns:
-
assign
- Parameters:
other
-
-
equals
See
operator==(QXmlItem,
QXmlItem) - Parameters:
arg2
-- Returns:
-
toAtomicValue
- Returns:
-
toNodeModelIndex
- Returns:
-
equals
See
operator==(QXmlItem,
QXmlItem) -
hashCode
Returns the objects's hash code computed byqHash(QXmlItem)
. -
clone
Creates and returns a copy of this object.
-