Class XhtmlCharacter
- java.lang.Object
-
- org.xwiki.rendering.wikimodel.xhtml.XhtmlCharacter
-
public class XhtmlCharacter extends Object
- Since:
- 4.0M1
- Version:
- $Id: 2624bdc8c71dcbd5b9de24186acf924aaf6f93d6 $
-
-
Constructor Summary
Constructors Constructor Description XhtmlCharacter(char character, XhtmlCharacterType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description chargetCharacter()XhtmlCharacterTypegetType()voidsetType(XhtmlCharacterType type)
-
-
-
Constructor Detail
-
XhtmlCharacter
public XhtmlCharacter(char character, XhtmlCharacterType type)
-
-
Method Detail
-
getCharacter
public char getCharacter()
-
getType
public XhtmlCharacterType getType()
-
setType
public void setType(XhtmlCharacterType type)
-
-