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

Packages that use XHTML
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
static XHTML XHTML.valueOf(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
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, String content)
          Return an Element with an element type name matching the parameter, and optional PCDATA (parsed character data, a String) content.
 



Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.