equal
deleted
inserted
replaced
87 * staircase join: from XPath to XQuery, Torsten Grust</a> |
87 * staircase join: from XPath to XQuery, Torsten Grust</a> |
88 * @see <a href="http://englich.wordpress.com/2007/01/09/xmlstat/">xmlstat, Frans Englich</a> |
88 * @see <a href="http://englich.wordpress.com/2007/01/09/xmlstat/">xmlstat, Frans Englich</a> |
89 * @see <a href"http://www.inf.uni-konstanz.de/dbis/publications/download/accelerating-locsteps.pdf">Accelerating |
89 * @see <a href"http://www.inf.uni-konstanz.de/dbis/publications/download/accelerating-locsteps.pdf">Accelerating |
90 * XPath Evaluation in Any RDBMS, Torsten Grust</a> |
90 * XPath Evaluation in Any RDBMS, Torsten Grust</a> |
91 */ |
91 */ |
92 class AccelTree : public QAbstractXmlNodeModel |
92 class Q_AUTOTEST_EXPORT AccelTree : public QAbstractXmlNodeModel |
93 { |
93 { |
94 friend class AccelTreePrivate; |
94 friend class AccelTreePrivate; |
95 public: |
95 public: |
96 using QAbstractXmlNodeModel::createIndex; |
96 using QAbstractXmlNodeModel::createIndex; |
97 |
97 |