Uses of Class
org.xwiki.rendering.wikimodel.xhtml.XhtmlCharacterType

Packages that use XhtmlCharacterType
org.xwiki.rendering.wikimodel.xhtml   
 

Uses of XhtmlCharacterType in org.xwiki.rendering.wikimodel.xhtml
 

Methods in org.xwiki.rendering.wikimodel.xhtml that return XhtmlCharacterType
 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.
 

Methods in org.xwiki.rendering.wikimodel.xhtml with parameters of type XhtmlCharacterType
 void XhtmlCharacter.setType(XhtmlCharacterType type)
           
 

Constructors in org.xwiki.rendering.wikimodel.xhtml with parameters of type XhtmlCharacterType
XhtmlCharacter(char character, XhtmlCharacterType type)
           
 



Copyright © 2004–2015 XWiki. All rights reserved.