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
-
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
-
QXmlItem
-
QXmlItem
-
-
Method Details
-
isAtomicValue
-
isNode
-
isNull
-
assign
-
equals
See
operator==(QXmlItem,QXmlItem) -
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.
-