QXmlNodeModelIndex Class Reference
Constructor
- void QXmlNodeModelIndex()
- void QXmlNodeModelIndex(QXmlNodeModelIndex other)
Constructor Properties
- prototype: The QXmlNodeModelIndex prototype object
- Attribute = 1
- Comment = 2
- Document = 4
- Element = 8
- Namespace = 16
- ProcessingInstruction = 32
- Text = 64
- NodeKind( value )
- Precedes = -1
- Is = 0
- Follows = 1
- DocumentOrder( value )
- AxisChild = 1|ForwardAxis
- AxisDescendant = 2|ForwardAxis
- AxisAttribute = 4|ForwardAxis
- AxisSelf = 8|ForwardAxis
- AxisDescendantOrSelf = 16|ForwardAxis
- AxisFollowingSibling = 32|ForwardAxis
- AxisNamespace = 64|ForwardAxis
- AxisFollowing = 128|ReverseAxis
- AxisParent = 256|ReverseAxis
- AxisAncestor = 512|ReverseAxis
- AxisPrecedingSibling = 1024|ReverseAxis
- AxisPreceding = 2048|ReverseAxis
- AxisAncestorOrSelf = 4096|ReverseAxis
- AxisChildOrTop = 32768|ForwardAxis
- AxisAttributeOrTop = 65536|ForwardAxis
- Axis( value )
Prototype Object Properties
- qint64 additionalData()
- qint64 data()
- bool isNull()
- QAbstractXmlNodeModel model()
- bool operator_equal(QXmlNodeModelIndex other)
Instance Properties
QXmlNodeModelIndex objects have no special properties beyond those inherited from the QXmlNodeModelIndex prototype object.