Package io.markdom.model
Interface MarkdomContentParentBlock
-
- All Superinterfaces:
MarkdomBlock,MarkdomContentParent,MarkdomNode
- All Known Subinterfaces:
MarkdomHeadingBlock,MarkdomParagraphBlock
public interface MarkdomContentParentBlock extends MarkdomBlock, MarkdomContentParent
-
-
Method Summary
-
Methods inherited from interface io.markdom.model.MarkdomBlock
choose, getBlockType, getNodeType, getParent, select, select
-
Methods inherited from interface io.markdom.model.MarkdomContentParent
addContent, addContents, addContents, choose, getChildren, getContentParentType, getContents, select
-
Methods inherited from interface io.markdom.model.MarkdomNode
choose, countChildren, getDocument, getFactory, getIndex, hasChildren, hasDocument, hasParent
-
-