Uses of Class
org.xwiki.rendering.wikimodel.WikiFormat

Packages that use WikiFormat
org.xwiki.rendering.wikimodel   
org.xwiki.rendering.wikimodel.impl   
org.xwiki.rendering.wikimodel.jspwiki   
org.xwiki.rendering.wikimodel.xhtml   
org.xwiki.rendering.wikimodel.xml   
org.xwiki.rendering.wikimodel.xwiki.xwiki20   
 

Uses of WikiFormat in org.xwiki.rendering.wikimodel
 

Fields in org.xwiki.rendering.wikimodel declared as WikiFormat
static WikiFormat WikiFormat.EMPTY
           
 

Methods in org.xwiki.rendering.wikimodel that return WikiFormat
 WikiFormat WikiFormat.addStyle(WikiStyle style)
          Creates a new style set and adds the given style to it.
protected  WikiFormat WikiFormat.getClone()
           
 WikiFormat WikiFormat.removeStyle(WikiStyle style)
          Creates a new style set which does not contain the specified style.
 WikiFormat WikiFormat.setParameters(Collection<WikiParameter> params)
           
 WikiFormat WikiFormat.switchStyle(WikiStyle wikiStyle)
          Creates a new format object where the specified style is switched: if this format contains the given style then the resulting format does not and vice versa.
 

Methods in org.xwiki.rendering.wikimodel with parameters of type WikiFormat
 void IWemListenerInline.beginFormat(WikiFormat format)
          This method is called at the beginning of a sequence of in-line elements having the specified formatting parameters.
 void PrintTextListener.beginFormat(WikiFormat format)
           
 void CompositeListener.beginFormat(WikiFormat format)
           
 void EventDumpListener.beginFormat(WikiFormat format)
           
 void EmptyWemListener.beginFormat(WikiFormat format)
           
 void AgregatingWemListener.beginFormat(WikiFormat format)
           
 void IWemListenerInline.endFormat(WikiFormat format)
          This method is called to notify about the end of a sequence of in-line elements having common formatting parameters.
 void PrintTextListener.endFormat(WikiFormat format)
           
 void CompositeListener.endFormat(WikiFormat format)
           
 void EventDumpListener.endFormat(WikiFormat format)
           
 void EmptyWemListener.endFormat(WikiFormat format)
           
 void AgregatingWemListener.endFormat(WikiFormat format)
           
 

Uses of WikiFormat in org.xwiki.rendering.wikimodel.impl
 

Fields in org.xwiki.rendering.wikimodel.impl declared as WikiFormat
protected  WikiFormat InternalWikiScannerContext.fFormat
           
protected  WikiFormat InternalWikiScannerContext.fNewFormat
           
 

Uses of WikiFormat in org.xwiki.rendering.wikimodel.jspwiki
 

Methods in org.xwiki.rendering.wikimodel.jspwiki with parameters of type WikiFormat
 void JspWikiSerializer.beginFormat(WikiFormat format)
           
 void JspWikiSerializer.endFormat(WikiFormat format)
           
 

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

Methods in org.xwiki.rendering.wikimodel.xhtml with parameters of type WikiFormat
 void PrintInlineListener.beginFormat(WikiFormat format)
           
 void PrintInlineListener.endFormat(WikiFormat format)
           
 

Uses of WikiFormat in org.xwiki.rendering.wikimodel.xml
 

Methods in org.xwiki.rendering.wikimodel.xml with parameters of type WikiFormat
 void WemInlineTagNotifier.beginFormat(WikiFormat format)
           
 void WemInlineTagNotifier.endFormat(WikiFormat format)
           
protected  Map<String,String> AbstractTagNotifier.tagParams(WikiFormat format)
           
protected  Map<String,String> AbstractTagNotifier.userParams(WikiFormat format)
           
 

Uses of WikiFormat in org.xwiki.rendering.wikimodel.xwiki.xwiki20
 

Methods in org.xwiki.rendering.wikimodel.xwiki.xwiki20 with parameters of type WikiFormat
 void XWikiSerializer2.beginFormat(WikiFormat format)
           
 void XWikiSerializer2.endFormat(WikiFormat format)
           
 



Copyright © 2004–2013 XWiki. All rights reserved.