()
| 1247 | } |
| 1248 | |
| 1249 | func (d *descendantOverDescendantQuery) moveToFirstChild() bool { |
| 1250 | if d.currentNode.MoveToChild() { |
| 1251 | d.level++ |
| 1252 | return true |
| 1253 | } |
| 1254 | return false |
| 1255 | } |
| 1256 | |
| 1257 | func (d *descendantOverDescendantQuery) moveUpUntilNext() bool { |
| 1258 | for !d.currentNode.MoveToNext() { |