| Interface | Description |
|---|---|
| NodeFlattener |
Takes a node and flattens it into a stream of nodes, similar to
a
flatMap operation on a Stream. |
| Class | Description |
|---|---|
| BranchLeafNodeFlattener |
A node flattener that flattens a node into a stream of leaf nodes gathered from branch nodes.
|
| NodeFlattener.Impl | |
| PathNodeFlattener |
A flattener which follows a path of node names.
|