Uses of Class
com.github.rjeschke.txtmark.HTMLElement
-
Packages that use HTMLElement Package Description com.github.rjeschke.txtmark -
-
Uses of HTMLElement in com.github.rjeschke.txtmark
Fields in com.github.rjeschke.txtmark declared as HTMLElement Modifier and Type Field Description private static HTMLElement[]HTML. BLOCK_ELEMENTSHTML block level elements.private static HTMLElement[]HTML. UNSAFE_ELEMENTSHTML unsafe elements.Methods in com.github.rjeschke.txtmark that return HTMLElement Modifier and Type Method Description static HTMLElementHTMLElement. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HTMLElement[]HTMLElement. values()Returns an array containing the constants of this enum type, in the order they are declared.
-