| Package | Description |
|---|---|
| com.vladsch.flexmark.ast | |
| com.vladsch.flexmark.util.collection.iteration |
| Modifier and Type | Class and Description |
|---|---|
class |
DescendantNodeIterable |
class |
NodeIterable |
| Modifier and Type | Field and Description |
|---|---|
static ReversiblePeekingIterable<Node> |
NodeIterable.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
ReversiblePeekingIterable<Node> |
Node.getChildren() |
ReversiblePeekingIterable<Node> |
Node.getDescendants() |
ReversiblePeekingIterable<Node> |
Node.getReversedChildren() |
ReversiblePeekingIterable<Node> |
Node.getReversedDescendants() |
ReversiblePeekingIterable<Node> |
NodeIterable.reversed() |
ReversiblePeekingIterable<Node> |
DescendantNodeIterable.reversed() |
| Constructor and Description |
|---|
DescendantNodeIterable(ReversiblePeekingIterable<Node> iterable)
iterate nodes, with descendants, depth first until all are done
|
| Modifier and Type | Method and Description |
|---|---|
ReversiblePeekingIterable<E> |
ReversiblePeekingIterable.reversed() |
Copyright © 2018. All rights reserved.