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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidclone()Creates and returns a copy of this object.final booleanSeeoperator==(QXmlItem,QXmlItem) booleanSeeoperator==(QXmlItem,QXmlItem) inthashCode()Returns the objects's hash code computed byqHash(QXmlItem).final booleanfinal booleanisNode()final booleanisNull()final Objectfinal QXmlNodeModelIndexMethods 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.
-