Package io.markdom.model.selection
Class MarkdomContentParentChoiceSelection
- java.lang.Object
-
- io.markdom.model.selection.AbstractMarkdomContentParentSelection<Void>
-
- io.markdom.model.selection.MarkdomContentParentChoiceSelection
-
- All Implemented Interfaces:
MarkdomContentParentSelection<Void>
public final class MarkdomContentParentChoiceSelection extends AbstractMarkdomContentParentSelection<Void>
-
-
Constructor Summary
Constructors Constructor Description MarkdomContentParentChoiceSelection(MarkdomContentParentChoice choice)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VoidonEmphasisContent(MarkdomEmphasisContent emphasisContent)VoidonHeadingBlock(MarkdomHeadingBlock headingBlock)VoidonLinkContent(MarkdomLinkContent linkContent)VoidonParagraphBlock(MarkdomParagraphBlock paragraphBlock)
-
-
-
Constructor Detail
-
MarkdomContentParentChoiceSelection
public MarkdomContentParentChoiceSelection(MarkdomContentParentChoice choice)
-
-
Method Detail
-
onHeadingBlock
public Void onHeadingBlock(MarkdomHeadingBlock headingBlock)
- Specified by:
onHeadingBlockin interfaceMarkdomContentParentSelection<Void>- Overrides:
onHeadingBlockin classAbstractMarkdomContentParentSelection<Void>
-
onParagraphBlock
public Void onParagraphBlock(MarkdomParagraphBlock paragraphBlock)
- Specified by:
onParagraphBlockin interfaceMarkdomContentParentSelection<Void>- Overrides:
onParagraphBlockin classAbstractMarkdomContentParentSelection<Void>
-
onEmphasisContent
public Void onEmphasisContent(MarkdomEmphasisContent emphasisContent)
- Specified by:
onEmphasisContentin interfaceMarkdomContentParentSelection<Void>- Overrides:
onEmphasisContentin classAbstractMarkdomContentParentSelection<Void>
-
onLinkContent
public Void onLinkContent(MarkdomLinkContent linkContent)
- Specified by:
onLinkContentin interfaceMarkdomContentParentSelection<Void>- Overrides:
onLinkContentin classAbstractMarkdomContentParentSelection<Void>
-
-