Uses of Enum
org.apache.wiki.util.XHTML
Packages that use XHTML
Package
Description
Provides a number of utility libraries that are of general use.
-
Uses of XHTML in org.apache.wiki.util
Methods in org.apache.wiki.util that return XHTMLModifier and TypeMethodDescriptionstatic XHTML
Returns the enum constant of this type with the specified name.static XHTML[]
XHTML.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.wiki.util with parameters of type XHTMLModifier and TypeMethodDescriptionstatic org.jdom2.Element
Return an Element with an element type name matching the parameter.static org.jdom2.Element
Return an Element with an element type name matching the parameter, and optional PCDATA (parsed character data, a String) content.