Package io.markdom.util
Interface NodeSelection<Result>
-
- All Known Implementing Classes:
NodeChoiceSelection
public interface NodeSelection<Result>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resultselect(CharacterData characterData)Resultselect(Element element)Resultselect(Gap gap)Resultselect(Text text)
-