java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.xmlpatterns.QXmlItem
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QXmlItem extends QtObject implements Cloneable
Contains either an XML node or an atomic value
Java wrapper for Qt class QXmlItem
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QXmlItem()
protected
QXmlItem(QtObject.QPrivateConstructor p)
Constructor for internal use only.QXmlItem(QXmlItem other)
QXmlItem(QXmlNodeModelIndex node)
QXmlItem(Object atomicValue)
-
Method Summary
Modifier and Type Method Description QXmlItem
clone()
boolean
isAtomicValue()
boolean
isNode()
boolean
isNull()
Object
toAtomicValue()
QXmlNodeModelIndex
toNodeModelIndex()
-
Constructor Details
-
Method Details