Package io.markdom.model
Interface MarkdomDivisionBlock
-
- All Superinterfaces:
MarkdomBlock,MarkdomNode
public interface MarkdomDivisionBlock extends MarkdomBlock
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default MarkdomBlockTypegetBlockType()default <Result> Resultselect(MarkdomBlockSelection<Result> selection)-
Methods inherited from interface io.markdom.model.MarkdomBlock
choose, getNodeType, getParent, select
-
Methods inherited from interface io.markdom.model.MarkdomNode
choose, countChildren, getChildren, getDocument, getFactory, getIndex, hasChildren, hasDocument, hasParent
-
-
-
-
Method Detail
-
getBlockType
default MarkdomBlockType getBlockType()
- Specified by:
getBlockTypein interfaceMarkdomBlock
-
select
default <Result> Result select(MarkdomBlockSelection<Result> selection)
- Specified by:
selectin interfaceMarkdomBlock
-
-