* Sets cursor next to the current
()
| 86 | * Sets cursor next to the current |
| 87 | */ |
| 88 | public next(): void { |
| 89 | this.cursor = this.leafNodesAndReturnIndex(DomIterator.directions.RIGHT); |
| 90 | } |
| 91 | |
| 92 | /** |
| 93 | * Sets cursor before current |
no test coverage detected