Uses of Class
org.apache.wiki.util.XHTML

Packages that use XHTML
Package Description
org.apache.wiki.util
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 XHTML
    Modifier and Type Method Description
    static XHTML XHTML.valueOf​(java.lang.String name)
    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 XHTML
    Modifier and Type Method Description
    static org.jdom2.Element XhtmlUtil.element​(XHTML element)
    Return an Element with an element type name matching the parameter.
    static org.jdom2.Element XhtmlUtil.element​(XHTML element, java.lang.String content)
    Return an Element with an element type name matching the parameter, and optional PCDATA (parsed character data, a String) content.