Uses of Interface
io.markdom.model.selection.MarkdomBlockParentSelection
-
Packages that use MarkdomBlockParentSelection Package Description io.markdom.model io.markdom.model.selection -
-
Uses of MarkdomBlockParentSelection in io.markdom.model
Methods in io.markdom.model with parameters of type MarkdomBlockParentSelection Modifier and Type Method Description <Result> ResultMarkdomBlockParent. select(MarkdomBlockParentSelection<Result> selection)default <Result> ResultMarkdomDocument. select(MarkdomBlockParentSelection<Result> selection)default <Result> ResultMarkdomListItem. select(MarkdomBlockParentSelection<Result> selection)default <Result> ResultMarkdomQuoteBlock. select(MarkdomBlockParentSelection<Result> selection) -
Uses of MarkdomBlockParentSelection in io.markdom.model.selection
Classes in io.markdom.model.selection that implement MarkdomBlockParentSelection Modifier and Type Class Description classAbstractMarkdomBlockParentSelection<Result>classMarkdomBlockParentChoiceSelection
-