Uses of Class
org.xwiki.rendering.syntax.SyntaxType

Packages that use SyntaxType
org.xwiki.rendering.syntax   
 

Uses of SyntaxType in org.xwiki.rendering.syntax
 

Fields in org.xwiki.rendering.syntax declared as SyntaxType
static SyntaxType SyntaxType.ANNOTATED_XHTML
           
static SyntaxType SyntaxType.APT
           
static SyntaxType SyntaxType.CONFLUENCE
           
static SyntaxType SyntaxType.CREOLE
           
static SyntaxType SyntaxType.DOCBOOK
           
static SyntaxType SyntaxType.EVENT
           
static SyntaxType SyntaxType.HTML
           
static SyntaxType SyntaxType.JSPWIKI
           
static SyntaxType SyntaxType.MARKDOWN
           
static SyntaxType SyntaxType.MEDIAWIKI
           
static SyntaxType SyntaxType.PLAIN
           
static SyntaxType SyntaxType.TEX
           
static SyntaxType SyntaxType.TWIKI
           
static SyntaxType SyntaxType.XDOMXML
           
static SyntaxType SyntaxType.XHTML
           
static SyntaxType SyntaxType.XWIKI
           
 

Methods in org.xwiki.rendering.syntax that return SyntaxType
 SyntaxType Syntax.getType()
           
 

Methods in org.xwiki.rendering.syntax that return types with arguments of type SyntaxType
static Map<String,SyntaxType> SyntaxType.getSyntaxTypes()
           
 

Constructors in org.xwiki.rendering.syntax with parameters of type SyntaxType
Syntax(SyntaxType type, String version)
           
Syntax(SyntaxType type, String version, String qualifier)
           
 



Copyright © 2004-2014 XWiki. All Rights Reserved.