Package io.markdom.util
Interface Node
-
- All Known Implementing Classes:
CharacterData,Element,Gap,Text
public interface Node
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidchoose(NodeChoice choice)<Result> Resultselect(NodeSelection<Result> selection)
-
-
-
Method Detail
-
choose
default void choose(NodeChoice choice)
-
select
<Result> Result select(NodeSelection<Result> selection)
-
-