| Package | Description |
|---|---|
| org.xwiki.rendering.wikimodel.xhtml |
| Modifier and Type | Method and Description |
|---|---|
XhtmlCharacterType |
XhtmlCharacter.getType() |
static XhtmlCharacterType |
XhtmlCharacterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XhtmlCharacterType[] |
XhtmlCharacterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XhtmlCharacter.setType(XhtmlCharacterType type) |
| Constructor and Description |
|---|
XhtmlCharacter(char character,
XhtmlCharacterType type) |
Copyright © 2004–2015 XWiki. All rights reserved.