Package org.apache.wiki.util
Enum XHTML
- All Implemented Interfaces:
Serializable
,Comparable<XHTML>
Provides constants for the Extensible HyperText Markup Language (XHTML) 1.0.
- Since:
- 2.10
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
String containing the XHTML 'align' attribute name (i.e., 'align').static final String
String containing the XHTML 'alt' attribute name (i.e., 'alt').static final String
String containing the XHTML 'bgcolor' attribute name (i.e., 'bgcolor').static final String
String containing the XHTML 'border' attribute name (i.e., 'border').static final String
String containing the XHTML 'cellpadding' attribute name (i.e., 'cellpadding').static final String
String containing the XHTML 'cellspacing' attribute name (i.e., 'cellspacing').static final String
String containing the XHTML 'checked' attribute name (i.e., 'checked').static final String
String containing the XHTML 'class' attribute name (i.e., 'class').static final String
String containing the XHTML 'cols' attribute name (i.e., 'cols').static final String
String containing the XHTML 'colspan' attribute name (i.e., 'colspan').static final String
String containing the XHTML 'content' attribute name (i.e., 'content').static final String
String containing the XHTML 'height' attribute name (i.e., 'height').static final String
String containing the XHTML 'href' attribute name (i.e., 'href').static final String
String containing the XHTML 'http-equiv' attribute name (i.e., 'http-equiv').static final String
String containing the XHTML 'id' attribute name (i.e., 'id').static final String
String containing the XHTML 'name' attribute name (i.e., 'name').static final String
String containing the XHTML 'rel' attribute name (i.e., 'rel').static final String
String containing the XHTML 'rows' attribute name (i.e., 'rows').static final String
String containing the XHTML 'scheme' attribute name (i.e., 'scheme').static final String
String containing the XHTML 'selected' attribute name (i.e., 'selected').static final String
String containing the XHTML 'size' attribute name (i.e., 'size').static final String
String containing the XHTML 'src' attribute name (i.e., 'src').static final String
String containing the XHTML 'style' attribute name (i.e., 'style').static final String
String containing the XHTML 'title' attribute name (i.e., 'title').static final String
String containing the XHTML 'type' attribute name (i.e., 'type').static final String
String containing the XHTML 'value' attribute name (i.e., 'value').static final String
String containing the XHTML 'width' attribute name (i.e., 'width').static final String
An identifier for the CSS stylesheet notation using its W3C home page URI.static final String
A String containing the Formal Public Identifier (FPI) for the XHTML 1.0 Frameset DTD.static String
A String containing a system identifier for the XHTML 1.0 Frameset DTD.static final String
A String containing the Formal Public Identifier (FPI) for the XHTML 1.0 Strict DTD.static String
A String containing a system identifier for the XHTML 1.0 Strict DTD.static final String
A String containing the Formal Public Identifier (FPI) for the XHTML 1.0 Transitional DTD.static String
A String containing a system identifier for the XHTML 1.0 Transitional DTD.static final String
XML Namespace URI for the Extensible HyperText Markup Language (XHTML). -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the element type name (AKA generic identifier).static String
getNamedCharacterEntity
(int num) Returns a String containing the named character entity corresponding to the character number num for the range 160-255.static XHTML
Returns the enum constant of this type with the specified name.static XHTML[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
a
-
abbr
-
acronym
-
address
-
applet
-
area
-
b
-
base
-
basefont
-
bdo
-
big
-
blockquote
-
body
-
br
-
button
-
caption
-
center
-
cite
-
code
-
col
-
colgroup
-
dd
-
del
-
dfn
-
dir
-
div
-
dl
-
dt
-
em
-
fieldset
-
font
-
form
-
frame
-
frameset
-
h1
-
h2
-
h3
-
h4
-
h5
-
h6
-
head
-
hr
-
html
-
i
-
iframe
-
img
-
input
-
ins
-
isindex
-
kbd
-
label
-
legend
-
li
-
link
-
map
-
meta
-
noframes
-
noscript
-
object
-
ol
-
optgroup
-
option
-
p
-
param
-
pre
-
q
-
s
-
samp
-
script
-
select
-
small
-
span
-
strike
-
strong
-
style
-
sub
-
sup
-
table
-
tbody
-
td
-
textarea
-
tfoot
-
th
-
thead
-
title
-
tr
-
tt
-
u
-
ul
-
var
-
-
Field Details
-
XMLNS_xhtml
XML Namespace URI for the Extensible HyperText Markup Language (XHTML).- See Also:
-
STRICT_DTD_PubId
A String containing the Formal Public Identifier (FPI) for the XHTML 1.0 Strict DTD.- See Also:
-
STRICT_DTD_SysId
A String containing a system identifier for the XHTML 1.0 Strict DTD. -
TRANSITIONAL_DTD_PubId
A String containing the Formal Public Identifier (FPI) for the XHTML 1.0 Transitional DTD.- See Also:
-
TRANSITIONAL_DTD_SysId
A String containing a system identifier for the XHTML 1.0 Transitional DTD. -
FRAMESET_DTD_PubId
A String containing the Formal Public Identifier (FPI) for the XHTML 1.0 Frameset DTD.- See Also:
-
FRAMESET_DTD_SysId
A String containing a system identifier for the XHTML 1.0 Frameset DTD. -
CSS_style
An identifier for the CSS stylesheet notation using its W3C home page URI.- See Also:
-
ATTR_id
String containing the XHTML 'id' attribute name (i.e., 'id').- See Also:
-
ATTR_class
String containing the XHTML 'class' attribute name (i.e., 'class').- See Also:
-
ATTR_name
String containing the XHTML 'name' attribute name (i.e., 'name').- See Also:
-
ATTR_type
String containing the XHTML 'type' attribute name (i.e., 'type').- See Also:
-
ATTR_value
String containing the XHTML 'value' attribute name (i.e., 'value').- See Also:
-
ATTR_href
String containing the XHTML 'href' attribute name (i.e., 'href').- See Also:
-
ATTR_title
String containing the XHTML 'title' attribute name (i.e., 'title').- See Also:
-
ATTR_width
String containing the XHTML 'width' attribute name (i.e., 'width').- See Also:
-
ATTR_height
String containing the XHTML 'height' attribute name (i.e., 'height').- See Also:
-
ATTR_border
String containing the XHTML 'border' attribute name (i.e., 'border').- See Also:
-
ATTR_colspan
String containing the XHTML 'colspan' attribute name (i.e., 'colspan').- See Also:
-
ATTR_src
String containing the XHTML 'src' attribute name (i.e., 'src').- See Also:
-
ATTR_alt
String containing the XHTML 'alt' attribute name (i.e., 'alt').- See Also:
-
ATTR_bgcolor
String containing the XHTML 'bgcolor' attribute name (i.e., 'bgcolor').- See Also:
-
ATTR_checked
String containing the XHTML 'checked' attribute name (i.e., 'checked').- See Also:
-
ATTR_cols
String containing the XHTML 'cols' attribute name (i.e., 'cols').- See Also:
-
ATTR_content
String containing the XHTML 'content' attribute name (i.e., 'content').- See Also:
-
ATTR_httpEquiv
String containing the XHTML 'http-equiv' attribute name (i.e., 'http-equiv').- See Also:
-
ATTR_scheme
String containing the XHTML 'scheme' attribute name (i.e., 'scheme').- See Also:
-
ATTR_rel
String containing the XHTML 'rel' attribute name (i.e., 'rel').- See Also:
-
ATTR_rows
String containing the XHTML 'rows' attribute name (i.e., 'rows').- See Also:
-
ATTR_selected
String containing the XHTML 'selected' attribute name (i.e., 'selected').- See Also:
-
ATTR_size
String containing the XHTML 'size' attribute name (i.e., 'size').- See Also:
-
ATTR_style
String containing the XHTML 'style' attribute name (i.e., 'style').- See Also:
-
ATTR_align
String containing the XHTML 'align' attribute name (i.e., 'align').- See Also:
-
ATTR_cellpadding
String containing the XHTML 'cellpadding' attribute name (i.e., 'cellpadding').- See Also:
-
ATTR_cellspacing
String containing the XHTML 'cellspacing' attribute name (i.e., 'cellspacing').- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getName
Returns the element type name (AKA generic identifier). This is a convenience method that returns the same value as XHTML.<GI>>.name();. -
getNamedCharacterEntity
Returns a String containing the named character entity corresponding to the character number num for the range 160-255. Throws an ArrayOutOfBoundsException if beyond the prescribed range.
-