Package | Description |
---|---|
org.apache.wiki.util |
Provides a number of utility libraries that are of general use.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and 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,
String content)
Return an Element with an element type name matching the parameter,
and optional PCDATA (parsed character data, a String) content.
|
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.