Package io.markdom.util
Class NodeChoiceSelection
- java.lang.Object
-
- io.markdom.util.NodeChoiceSelection
-
- All Implemented Interfaces:
NodeSelection<Void>
public final class NodeChoiceSelection extends Object implements NodeSelection<Void>
-
-
Constructor Summary
Constructors Constructor Description NodeChoiceSelection(NodeChoice choice)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Voidselect(CharacterData characterData)Voidselect(Element element)Voidselect(Gap gap)Voidselect(Text text)
-
-
-
Constructor Detail
-
NodeChoiceSelection
public NodeChoiceSelection(NodeChoice choice)
-
-
Method Detail
-
select
public Void select(Element element)
- Specified by:
selectin interfaceNodeSelection<Void>
-
select
public Void select(Text text)
- Specified by:
selectin interfaceNodeSelection<Void>
-
select
public Void select(CharacterData characterData)
- Specified by:
selectin interfaceNodeSelection<Void>
-
select
public Void select(Gap gap)
- Specified by:
selectin interfaceNodeSelection<Void>
-
-