Uses of Enum Class
com.github.rjeschke.txtmark.HTMLElement
Packages that use HTMLElement
-
Uses of HTMLElement in com.github.rjeschke.txtmark
Subclasses with type arguments of type HTMLElement in com.github.rjeschke.txtmarkFields in com.github.rjeschke.txtmark declared as HTMLElementModifier and TypeFieldDescriptionprivate static final HTMLElement[]HTML.BLOCK_ELEMENTSHTML block level elements.private static final HTMLElement[]HTML.UNSAFE_ELEMENTSHTML unsafe elements.Methods in com.github.rjeschke.txtmark that return HTMLElementModifier and TypeMethodDescriptionstatic HTMLElementReturns the enum constant of this class with the specified name.static HTMLElement[]HTMLElement.values()Returns an array containing the constants of this enum class, in the order they are declared.