Return a Set containing all Elements in the tree.
()
| 388 | |
| 389 | /** Return a Set containing all Elements in the tree. */ |
| 390 | public getElements(): Set<Element> { |
| 391 | return this.getActiveIds().elements |
| 392 | } |
| 393 | |
| 394 | /** |
| 395 | * Return all active element IDs and block IDs in the tree. |
no test coverage detected