fr.opensagres.xdocreport.document.textstyling.wiki.gwiki
Class GWikiTextStylingTransformer

java.lang.Object
  extended by fr.opensagres.xdocreport.document.textstyling.AbstractTextStylingTransformer
      extended by fr.opensagres.xdocreport.document.textstyling.wiki.AbstractWikiTextStylingTransformer
          extended by fr.opensagres.xdocreport.document.textstyling.wiki.gwiki.GWikiTextStylingTransformer
All Implemented Interfaces:
ITextStylingTransformer

public class GWikiTextStylingTransformer
extends AbstractWikiTextStylingTransformer

Google Wiki text styling transformer to transform Google wiki syntax to another document kind (odt, docx, etc) syntax. The ODT, DOCX is represented with the given IDocumentHandler.


Field Summary
static ITextStylingTransformer INSTANCE
           
 
Constructor Summary
GWikiTextStylingTransformer()
           
 
Method Summary
protected  org.wikimodel.wem.IWikiParser createWikiParser()
          Create an instance of IWikiParser.
 
Methods inherited from class fr.opensagres.xdocreport.document.textstyling.wiki.AbstractWikiTextStylingTransformer
doTransform
 
Methods inherited from class fr.opensagres.xdocreport.document.textstyling.AbstractTextStylingTransformer
transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final ITextStylingTransformer INSTANCE
Constructor Detail

GWikiTextStylingTransformer

public GWikiTextStylingTransformer()
Method Detail

createWikiParser

protected org.wikimodel.wem.IWikiParser createWikiParser()
Description copied from class: AbstractWikiTextStylingTransformer
Create an instance of IWikiParser.

Specified by:
createWikiParser in class AbstractWikiTextStylingTransformer
Returns:


Copyright © 2013. All rights reserved.