Class TextElementDecorator
- java.lang.Object
- 
- org.apache.wiki.htmltowiki.syntax.TextElementDecorator
 
- 
 public class TextElementDecorator extends java.lang.Object Translates to wiki syntax from aTextelement.
- 
- 
Constructor SummaryConstructors Constructor Description TextElementDecorator(java.io.PrintWriter out, java.util.Deque<java.lang.String> preStack)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecorate(org.jdom2.Text element)Translates the given XHTML element into wiki markup.
 
- 
- 
- 
Constructor Detail- 
TextElementDecoratorpublic TextElementDecorator(java.io.PrintWriter out, java.util.Deque<java.lang.String> preStack) 
 
- 
 - 
Method Detail- 
decoratepublic void decorate(org.jdom2.Text element) Translates the given XHTML element into wiki markup.- Parameters:
- element- XHTML element being translated.
 
 
- 
 
-