Uses of Class
io.markdom.common.MarkdomBlockParentType
-
Packages that use MarkdomBlockParentType Package Description io.markdom.common io.markdom.model -
-
Uses of MarkdomBlockParentType in io.markdom.common
Methods in io.markdom.common that return MarkdomBlockParentType Modifier and Type Method Description static MarkdomBlockParentTypeMarkdomBlockParentType. valueOf(String name)Returns the enum constant of this type with the specified name.static MarkdomBlockParentType[]MarkdomBlockParentType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MarkdomBlockParentType in io.markdom.model
Methods in io.markdom.model that return MarkdomBlockParentType Modifier and Type Method Description MarkdomBlockParentTypeMarkdomBlockParent. getBlockParentType()default MarkdomBlockParentTypeMarkdomDocument. getBlockParentType()default MarkdomBlockParentTypeMarkdomListItem. getBlockParentType()default MarkdomBlockParentTypeMarkdomQuoteBlock. getBlockParentType()
-