QAbstractXmlNodeModel Class Reference
[QtXmlPatterns module]
Inherited by QSimpleXmlNodeModel.
Types
- enum SimpleAxis { Parent, FirstChild, PreviousSibling, NextSibling }
Methods
- __init__ (self)
- list-of-QXmlNodeModelIndex attributes (self, QXmlNodeModelIndex)
- QUrl baseUri (self, QXmlNodeModelIndex)
- QXmlNodeModelIndex.DocumentOrder compareOrder (self, QXmlNodeModelIndex, QXmlNodeModelIndex)
- QXmlNodeModelIndex createIndex (self, int)
- QXmlNodeModelIndex createIndex (self, int, int)
- QXmlNodeModelIndex createIndex (self, object, int additionalData = 0)
- QUrl documentUri (self, QXmlNodeModelIndex)
- QXmlNodeModelIndex elementById (self, QXmlName)
- QXmlNodeModelIndex.NodeKind kind (self, QXmlNodeModelIndex)
- QXmlName name (self, QXmlNodeModelIndex)
- list-of-QXmlName namespaceBindings (self, QXmlNodeModelIndex)
- QXmlNodeModelIndex nextFromSimpleAxis (self, SimpleAxis, QXmlNodeModelIndex)
- list-of-QXmlNodeModelIndex nodesByIdref (self, QXmlName)
- QXmlNodeModelIndex root (self, QXmlNodeModelIndex)
- QSourceLocation sourceLocation (self, QXmlNodeModelIndex)
- QString stringValue (self, QXmlNodeModelIndex)
- QVariant typedValue (self, QXmlNodeModelIndex)
Detailed Description
Type Documentation
QAbstractXmlNodeModel.SimpleAxis
Method Documentation
QAbstractXmlNodeModel.__init__ (self)
list-of-QXmlNodeModelIndex QAbstractXmlNodeModel.attributes (self, QXmlNodeModelIndex)
This method is abstract and should be reimplemented in any sub-class.
This method is abstract and should be reimplemented in any sub-class.
This method is abstract and should be reimplemented in any sub-class.
QXmlNodeModelIndex QAbstractXmlNodeModel.createIndex (self, int)
QXmlNodeModelIndex QAbstractXmlNodeModel.createIndex (self, int, int)
QXmlNodeModelIndex QAbstractXmlNodeModel.createIndex (self, object, int additionalData = 0)
This method is abstract and should be reimplemented in any sub-class.
This method is abstract and should be reimplemented in any sub-class.
This method is abstract and should be reimplemented in any sub-class.
This method is abstract and should be reimplemented in any sub-class.
list-of-QXmlName QAbstractXmlNodeModel.namespaceBindings (self, QXmlNodeModelIndex)
This method is abstract and should be reimplemented in any sub-class.
This method is abstract and should be reimplemented in any sub-class.
list-of-QXmlNodeModelIndex QAbstractXmlNodeModel.nodesByIdref (self, QXmlName)
This method is abstract and should be reimplemented in any sub-class.
This method is abstract and should be reimplemented in any sub-class.
QString QAbstractXmlNodeModel.stringValue (self, QXmlNodeModelIndex)
This method is abstract and should be reimplemented in any sub-class.
QVariant QAbstractXmlNodeModel.typedValue (self, QXmlNodeModelIndex)
This method is abstract and should be reimplemented in any sub-class.