Uses of Interface
io.markdom.model.MarkdomContent
-
Packages that use MarkdomContent Package Description io.markdom.model io.markdom.model.choice io.markdom.model.selection -
-
Uses of MarkdomContent in io.markdom.model
Subinterfaces of MarkdomContent in io.markdom.model Modifier and Type Interface Description interfaceMarkdomCodeContentinterfaceMarkdomContentParentContentinterfaceMarkdomEmphasisContentinterfaceMarkdomImageContentinterfaceMarkdomLineBreakContentinterfaceMarkdomLinkContentinterfaceMarkdomTextContentMethods in io.markdom.model that return types with arguments of type MarkdomContent Modifier and Type Method Description default List<MarkdomContent>MarkdomContentParent. getChildren()List<MarkdomContent>MarkdomContentParent. getContents() -
Uses of MarkdomContent in io.markdom.model.choice
Methods in io.markdom.model.choice with parameters of type MarkdomContent Modifier and Type Method Description voidAbstractMarkdomNodeChoice. onContent(MarkdomContent content)voidMarkdomNodeChoice. onContent(MarkdomContent content) -
Uses of MarkdomContent in io.markdom.model.selection
Methods in io.markdom.model.selection with parameters of type MarkdomContent Modifier and Type Method Description ResultAbstractMarkdomNodeSelection. onContent(MarkdomContent content)VoidMarkdomNodeChoiceSelection. onContent(MarkdomContent content)ResultMarkdomNodeSelection. onContent(MarkdomContent content)
-